#CC3039

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

Shades of Mahogany #CC3039

Tints of Mahogany #CC3039

Color information

#CC3039 (or 0xCC3039) is unknown color: approx Mahogany. HEX triplet: CC, 30 and 39. RGB value is (204,48,57). Sum of RGB (Red+Green+Blue) = 204+48+57=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3039 is #33CFC6. Grayscale: #5F5F5F. Windows color (decimal): -3395527 or 3748044. OLE color: 3748044.

HSL color Cylindrical-coordinate representation of color #CC3039: hue angle of 356.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3039 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB2044857-
CMYK00.760.720.2
HSL356.54º61.9%49.41%-
HSV(B)356.54º76.47%80%-
XYZ26.715.255.41-
YUV95.67106.18205.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.02%
GREEN value IS 48 (19.14% from 255) = 15.53%
BLUE value IS 57 (22.66% from 255) = 18.45%
R=66.02%
G=15.53%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204485700.760.720.2356.5461.949.41
HexCC303904C48141653e31
Octal31460710114110245457661
Binary1100110011000011100101001100100100010100101100101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3039; }

 p { color: rgb(204,48,57); }

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

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

 a { background-color: rgb(204,48,57); }

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

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

 span { border-color: rgb(204,48,57); }

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