#cd2c36

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

Shades of Mahogany #CD2C36

Tints of Mahogany #CD2C36

Color information

#CD2C36 (or 0xCD2C36) is unknown color: approx Mahogany. HEX triplet: CD, 2C and 36. RGB value is (205,44,54). Sum of RGB (Red+Green+Blue) = 205+44+54=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2C36 is #32D3C9. Grayscale: #5D5D5D. Windows color (decimal): -3331018 or 3550413. OLE color: 3550413.

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

Color convert

RGB2054454-
CMYK00.790.740.20
HSL356.27º64.66%48.82%-
HSV(B)356.27º78.54%80.39%-
XYZ26.7415.054.98-
YUV93.28105.84207.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 67.66%
GREEN value IS 44 (17.58% from 255) = 14.52%
BLUE value IS 54 (21.48% from 255) = 17.82%
R=67.66%
G=14.52%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205445400.790.740.20356.2764.6648.82
HexCD2C3604F4A141644131
Octal315546601171122454410161
Binary11001101101100110110010011111001010101001011001001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd2c36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd2c36; }

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

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

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

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

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

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

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

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