#CD2D32

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

Shades of Mahogany #CD2D32

Tints of Mahogany #CD2D32

Color information

#CD2D32 (or 0xCD2D32) is unknown color: approx Mahogany. HEX triplet: CD, 2D and 32. RGB value is (205,45,50). Sum of RGB (Red+Green+Blue) = 205+45+50=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2D32 is #32D2CD. Grayscale: #5D5D5D. Windows color (decimal): -3330766 or 3288525. OLE color: 3288525.

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

Color convert

RGB2054550-
CMYK00.780.760.20
HSL358.12º64%49.02%-
HSV(B)358.12º78.05%80.39%-
XYZ26.6915.094.52-
YUV93.41103.51207.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 68.33%
GREEN value IS 45 (17.97% from 255) = 15%
BLUE value IS 50 (19.92% from 255) = 16.67%
R=68.33%
G=15%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205455000.780.760.20358.126449.02
HexCD2D3204E4C141664031
Octal315556201161142454610061
Binary11001101101101110010010011101001100101001011001101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2D32; }

 p { color: rgb(205,45,50); }

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

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

 a { background-color: rgb(205,45,50); }

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

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

 span { border-color: rgb(205,45,50); }

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