#D53842

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

Shades of Mahogany #D53842

Tints of Mahogany #D53842

Color information

#D53842 (or 0xD53842) is unknown color: approx Mahogany. HEX triplet: D5, 38 and 42. RGB value is (213,56,66). Sum of RGB (Red+Green+Blue) = 213+56+66=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D53842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53842 is #2AC7BD. Grayscale: #686868. Windows color (decimal): -2803646 or 4339925. OLE color: 4339925.

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

Color convert

RGB2135666-
CMYK00.740.690.16
HSL356.18º65.15%52.75%-
HSV(B)356.18º73.71%83.53%-
XYZ29.8417.376.93-
YUV104.08106.51205.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.58%
GREEN value IS 56 (22.27% from 255) = 16.72%
BLUE value IS 66 (26.17% from 255) = 19.70%
R=63.58%
G=16.72%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213566600.740.690.16356.1865.1552.75
HexD5384204A45101644135
Octal3257010201121052054410165
Binary110101011110001000010010010101000101100001011001001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53842; }

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

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

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

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

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

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

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

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