#d12632

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

Shades of Mahogany #D12632

Tints of Mahogany #D12632

Color information

#D12632 (or 0xD12632) is unknown color: approx Mahogany. HEX triplet: D1, 26 and 32. RGB value is (209,38,50). Sum of RGB (Red+Green+Blue) = 209+38+50=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D12632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12632 is #2ED9CD. Grayscale: #5A5A5A. Windows color (decimal): -3070414 or 3286737. OLE color: 3286737.

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

Color convert

RGB2093850-
CMYK00.820.760.18
HSL355.79º69.23%48.43%-
HSV(B)355.79º81.82%81.96%-
XYZ27.5615.174.49-
YUV90.5105.15212.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 70.37%
GREEN value IS 38 (15.23% from 255) = 12.79%
BLUE value IS 50 (19.92% from 255) = 16.84%
R=70.37%
G=12.79%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209385000.820.760.18355.7969.2348.43
HexD126320524C121644530
Octal321466201221142254410560
Binary11010001100110110010010100101001100100101011001001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d12632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d12632; }

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

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

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

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

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

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

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

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