#D13236

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

Shades of Mahogany #D13236

Tints of Mahogany #D13236

Color information

#D13236 (or 0xD13236) is unknown color: approx Mahogany. HEX triplet: D1, 32 and 36. RGB value is (209,50,54). Sum of RGB (Red+Green+Blue) = 209+50+54=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D13236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13236 is #2ECDC9. Grayscale: #626262. Windows color (decimal): -3067338 or 3551953. OLE color: 3551953.

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

Color convert

RGB2095054-
CMYK00.760.740.18
HSL358.49º63.35%50.78%-
HSV(B)358.49º76.08%81.96%-
XYZ28.116.15.12-
YUV98103.18207.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 66.77%
GREEN value IS 50 (19.92% from 255) = 15.97%
BLUE value IS 54 (21.48% from 255) = 17.25%
R=66.77%
G=15.97%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209505400.760.740.18358.4963.3550.78
HexD1323604C4A121663f33
Octal32162660114112225467763
Binary1101000111001011011001001100100101010010101100110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13236; }

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

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

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

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

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

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

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

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