#D12B32

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

Shades of Mahogany #D12B32

Tints of Mahogany #D12B32

Color information

#D12B32 (or 0xD12B32) is unknown color: approx Mahogany. HEX triplet: D1, 2B and 32. RGB value is (209,43,50). Sum of RGB (Red+Green+Blue) = 209+43+50=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12B32 is #2ED4CD. Grayscale: #5D5D5D. Windows color (decimal): -3069134 or 3288017. OLE color: 3288017.

HSL color Cylindrical-coordinate representation of color #D12B32: hue angle of 357.47º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12B32 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB2094350-
CMYK00.790.760.18
HSL357.47º65.87%49.41%-
HSV(B)357.47º79.43%81.96%-
XYZ27.7315.514.55-
YUV93.43103.5210.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 69.21%
GREEN value IS 43 (17.19% from 255) = 14.24%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=69.21%
G=14.24%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209435000.790.760.18357.4765.8749.41
HexD12B3204F4C121654231
Octal321536201171142254510261
Binary11010001101011110010010011111001100100101011001011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12B32; }

 p { color: rgb(209,43,50); }

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

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

 a { background-color: rgb(209,43,50); }

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

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

 span { border-color: rgb(209,43,50); }

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