#D53A3B

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

Shades of Mahogany #D53A3B

Tints of Mahogany #D53A3B

Color information

#D53A3B (or 0xD53A3B) is unknown color: approx Mahogany. HEX triplet: D5, 3A and 3B. RGB value is (213,58,59). Sum of RGB (Red+Green+Blue) = 213+58+59=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53A3B is #2AC5C4. Grayscale: #686868. Windows color (decimal): -2803141 or 3881685. OLE color: 3881685.

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

Color convert

RGB2135859-
CMYK00.730.720.16
HSL359.61º64.85%53.14%-
HSV(B)359.61º72.77%83.53%-
XYZ29.7417.495.95-
YUV104.46102.35205.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 64.55%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 59 (23.44% from 255) = 17.88%
R=64.55%
G=17.58%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213585900.730.720.16359.6164.8553.14
HexD53A3B04948101684135
Octal325727301111102055010165
Binary11010101111010111011010010011001000100001011010001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53A3B; }

 p { color: rgb(213,58,59); }

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

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

 a { background-color: rgb(213,58,59); }

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

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

 span { border-color: rgb(213,58,59); }

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