#cd2c39

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

Shades of Mahogany #CD2C39

Tints of Mahogany #CD2C39

Color information

#CD2C39 (or 0xCD2C39) is unknown color: approx Mahogany. HEX triplet: CD, 2C and 39. RGB value is (205,44,57). Sum of RGB (Red+Green+Blue) = 205+44+57=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2C39 is #32D3C6. Grayscale: #5D5D5D. Windows color (decimal): -3331015 or 3747021. OLE color: 3747021.

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

Color convert

RGB2054457-
CMYK00.790.720.20
HSL355.16º64.66%48.82%-
HSV(B)355.16º78.54%80.39%-
XYZ26.8215.085.37-
YUV93.62107.34207.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 66.99%
GREEN value IS 44 (17.58% from 255) = 14.38%
BLUE value IS 57 (22.66% from 255) = 18.63%
R=66.99%
G=14.38%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205445700.790.720.20355.1664.6648.82
HexCD2C3904F48141634131
Octal315547101171102454310161
Binary11001101101100111001010011111001000101001011000111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd2c39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd2c39; }

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

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

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

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

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

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

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

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