#CD3F40

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

Shades of Mahogany #CD3F40

Tints of Mahogany #CD3F40

Color information

#CD3F40 (or 0xCD3F40) is unknown color: approx Mahogany. HEX triplet: CD, 3F and 40. RGB value is (205,63,64). Sum of RGB (Red+Green+Blue) = 205+63+64=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3F40 is #32C0BF. Grayscale: #696969. Windows color (decimal): -3326144 or 4210637. OLE color: 4210637.

HSL color Cylindrical-coordinate representation of color #CD3F40: hue angle of 359.58º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD3F40 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB2056364-
CMYK00.690.690.20
HSL359.58º58.68%52.55%-
HSV(B)359.58º69.27%80.39%-
XYZ27.8816.96.64-
YUV105.57104.54198.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.75%
GREEN value IS 63 (25% from 255) = 18.98%
BLUE value IS 64 (25.39% from 255) = 19.28%
R=61.75%
G=18.98%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205636400.690.690.20359.5858.6852.55
HexCD3F4004545141683b35
Octal315771000105105245507365
Binary11001101111111100000001000101100010110100101101000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3F40; }

 p { color: rgb(205,63,64); }

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

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

 a { background-color: rgb(205,63,64); }

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

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

 span { border-color: rgb(205,63,64); }

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