#CD3037

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

Shades of Mahogany #CD3037

Tints of Mahogany #CD3037

Color information

#CD3037 (or 0xCD3037) is unknown color: approx Mahogany. HEX triplet: CD, 30 and 37. RGB value is (205,48,55). Sum of RGB (Red+Green+Blue) = 205+48+55=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3037 is #32CFC8. Grayscale: #5F5F5F. Windows color (decimal): -3329993 or 3616973. OLE color: 3616973.

HSL color Cylindrical-coordinate representation of color #CD3037: hue angle of 357.32º 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 #CD3037 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB2054855-
CMYK00.770.730.20
HSL357.32º62.06%49.61%-
HSV(B)357.32º76.59%80.39%-
XYZ26.9215.375.16-
YUV95.74105.01205.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 66.56%
GREEN value IS 48 (19.14% from 255) = 15.58%
BLUE value IS 55 (21.88% from 255) = 17.86%
R=66.56%
G=15.58%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205485500.770.730.20357.3262.0649.61
HexCD303704D49141653e32
Octal31560670115111245457662
Binary1100110111000011011101001101100100110100101100101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3037; }

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

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

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

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

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

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

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

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