#D53234

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

Shades of Mahogany #D53234

Tints of Mahogany #D53234

Color information

#D53234 (or 0xD53234) is unknown color: approx Mahogany. HEX triplet: D5, 32 and 34. RGB value is (213,50,52). Sum of RGB (Red+Green+Blue) = 213+50+52=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D53234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53234 is #2ACDCB. Grayscale: #636363. Windows color (decimal): -2805196 or 3420885. OLE color: 3420885.

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

Color convert

RGB2135052-
CMYK00.770.760.16
HSL359.26º65.99%51.57%-
HSV(B)359.26º76.53%83.53%-
XYZ29.216.684.93-
YUV98.96101.5209.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 67.62%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 52 (20.70% from 255) = 16.51%
R=67.62%
G=15.87%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213505200.770.760.16359.2665.9951.57
HexD5323404D4C101674234
Octal325626401151142054710264
Binary11010101110010110100010011011001100100001011001111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53234; }

 p { color: rgb(213,50,52); }

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

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

 a { background-color: rgb(213,50,52); }

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

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

 span { border-color: rgb(213,50,52); }

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