#CC272A

Color #CC272A Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #CC272A

Tints of Mahogany #CC272A

Color information

#CC272A (or 0xCC272A) is unknown color: approx Mahogany. HEX triplet: CC, 27 and 2A. RGB value is (204,39,42). Sum of RGB (Red+Green+Blue) = 204+39+42=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC272A is #33D8D5. Grayscale: #585858. Windows color (decimal): -3397846 or 2762700. OLE color: 2762700.

HSL color Cylindrical-coordinate representation of color #CC272A: hue angle of 358.91º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC272A is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB2043942-
CMYK00.810.790.2
HSL358.91º67.9%47.65%-
HSV(B)358.91º80.88%80%-
XYZ26.0514.463.61-
YUV88.68101.66210.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 71.58%
GREEN value IS 39 (15.62% from 255) = 13.68%
BLUE value IS 42 (16.80% from 255) = 14.74%
R=71.58%
G=13.68%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204394200.810.790.2358.9167.947.65
HexCC272A0514F141674430
Octal314475201211172454710460
Binary11001100100111101010010100011001111101001011001111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC272A; }

 p { color: rgb(204,39,42); }

 H1.HeaderClassName
 {
   color: #CC272A;
 }
 .AnyTagClassName
 {
   color: #CC272A;
 }
</style>
background-color css

<style>
 a { background-color: #CC272A; }

 a { background-color: rgb(204,39,42); }

 div.DivClassName
 {
   background-color: #CC272A;
 }
 .BgClassName
 {
   background-color: #CC272A;
 }
</style>
border-color css

<style>
 span { border-color: #CC272A; }

 span { border-color: rgb(204,39,42); }

 td.TdClassName
 {
   border-color: #CC272A;
 }
 .TagClassName
 {
   border-color: #CC272A;
 }
</style>