#cd3739

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

Shades of Mahogany #CD3739

Tints of Mahogany #CD3739

Color information

#CD3739 (or 0xCD3739) is unknown color: approx Mahogany. HEX triplet: CD, 37 and 39. RGB value is (205,55,57). Sum of RGB (Red+Green+Blue) = 205+55+57=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3739 is #32C8C6. Grayscale: #646464. Windows color (decimal): -3328199 or 3749837. OLE color: 3749837.

HSL color Cylindrical-coordinate representation of color #CD3739: hue angle of 359.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD3739 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB2055557-
CMYK00.730.720.20
HSL359.2º60%50.98%-
HSV(B)359.2º73.17%80.39%-
XYZ27.2816.015.52-
YUV100.08103.7202.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 64.67%
GREEN value IS 55 (21.88% from 255) = 17.35%
BLUE value IS 57 (22.66% from 255) = 17.98%
R=64.67%
G=17.35%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205555700.730.720.20359.26050.98
HexCD373904948141673c33
Octal31567710111110245477463
Binary1100110111011111100101001001100100010100101100111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd3739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd3739; }

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

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

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

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

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

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

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

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