#D53A41

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

Shades of Mahogany #D53A41

Tints of Mahogany #D53A41

Color information

#D53A41 (or 0xD53A41) is unknown color: approx Mahogany. HEX triplet: D5, 3A and 41. RGB value is (213,58,65). Sum of RGB (Red+Green+Blue) = 213+58+65=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53A41 is #2AC5BE. Grayscale: #696969. Windows color (decimal): -2803135 or 4274901. OLE color: 4274901.

HSL color Cylindrical-coordinate representation of color #D53A41: hue angle of 357.29º 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 #D53A41 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB2135865-
CMYK00.730.690.16
HSL357.29º64.85%53.14%-
HSV(B)357.29º72.77%83.53%-
XYZ29.9117.556.81-
YUV105.14105.35204.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.39%
GREEN value IS 58 (23.05% from 255) = 17.26%
BLUE value IS 65 (25.78% from 255) = 19.35%
R=63.39%
G=17.26%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213586500.730.690.16357.2964.8553.14
HexD53A4104945101654135
Octal3257210101111052054510165
Binary110101011110101000001010010011000101100001011001011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53A41; }

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

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

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

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

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

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

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

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