#D53540

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

Shades of Mahogany #D53540

Tints of Mahogany #D53540

Color information

#D53540 (or 0xD53540) is unknown color: approx Mahogany. HEX triplet: D5, 35 and 40. RGB value is (213,53,64). Sum of RGB (Red+Green+Blue) = 213+53+64=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D53540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53540 is #2ACABF. Grayscale: #666666. Windows color (decimal): -2804416 or 4208085. OLE color: 4208085.

HSL color Cylindrical-coordinate representation of color #D53540: hue angle of 355.88º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53540 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB2135364-
CMYK00.750.700.16
HSL355.88º65.57%52.16%-
HSV(B)355.88º75.12%83.53%-
XYZ29.6417.066.58-
YUV102.09106.51207.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 64.55%
GREEN value IS 53 (21.09% from 255) = 16.06%
BLUE value IS 64 (25.39% from 255) = 19.39%
R=64.55%
G=16.06%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213536400.750.700.16355.8865.5752.16
HexD5354004B46101644234
Octal3256510001131062054410264
Binary110101011101011000000010010111000110100001011001001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53540; }

 p { color: rgb(213,53,64); }

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

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

 a { background-color: rgb(213,53,64); }

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

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

 span { border-color: rgb(213,53,64); }

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