#CD3036

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

Shades of Mahogany #CD3036

Tints of Mahogany #CD3036

Color information

#CD3036 (or 0xCD3036) is unknown color: approx Mahogany. HEX triplet: CD, 30 and 36. RGB value is (205,48,54). Sum of RGB (Red+Green+Blue) = 205+48+54=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3036 is #32CFC9. Grayscale: #5F5F5F. Windows color (decimal): -3329994 or 3551437. OLE color: 3551437.

HSL color Cylindrical-coordinate representation of color #CD3036: hue angle of 357.71º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD3036 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB2054854-
CMYK00.770.740.20
HSL357.71º62.06%49.61%-
HSV(B)357.71º76.59%80.39%-
XYZ26.915.365.04-
YUV95.63104.51206.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 66.78%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 54 (21.48% from 255) = 17.59%
R=66.78%
G=15.64%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205485400.770.740.20357.7162.0649.61
HexCD303604D4A141663e32
Octal31560660115112245467662
Binary1100110111000011011001001101100101010100101100110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3036; }

 p { color: rgb(205,48,54); }

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

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

 a { background-color: rgb(205,48,54); }

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

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

 span { border-color: rgb(205,48,54); }

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