#D53839

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

Shades of Mahogany #D53839

Tints of Mahogany #D53839

Color information

#D53839 (or 0xD53839) is unknown color: approx Mahogany. HEX triplet: D5, 38 and 39. RGB value is (213,56,57). Sum of RGB (Red+Green+Blue) = 213+56+57=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D53839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53839 is #2AC7C6. Grayscale: #676767. Windows color (decimal): -2803655 or 3750101. OLE color: 3750101.

HSL color Cylindrical-coordinate representation of color #D53839: hue angle of 359.62º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53839 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB2135657-
CMYK00.740.730.16
HSL359.62º65.15%52.75%-
HSV(B)359.62º73.71%83.53%-
XYZ29.5917.275.64-
YUV103.06102.01206.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 65.34%
GREEN value IS 56 (22.27% from 255) = 17.18%
BLUE value IS 57 (22.66% from 255) = 17.48%
R=65.34%
G=17.18%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213565700.740.730.16359.6265.1552.75
HexD5383904A49101684135
Octal325707101121112055010165
Binary11010101111000111001010010101001001100001011010001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53839; }

 p { color: rgb(213,56,57); }

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

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

 a { background-color: rgb(213,56,57); }

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

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

 span { border-color: rgb(213,56,57); }

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