#D53B44

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

Shades of Mahogany #D53B44

Tints of Mahogany #D53B44

Color information

#D53B44 (or 0xD53B44) is unknown color: approx Mahogany. HEX triplet: D5, 3B and 44. RGB value is (213,59,68). Sum of RGB (Red+Green+Blue) = 213+59+68=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53B44 is #2AC4BB. Grayscale: #6A6A6A. Windows color (decimal): -2802876 or 4471765. OLE color: 4471765.

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

Color convert

RGB2135968-
CMYK00.720.680.16
HSL356.49º64.71%53.33%-
HSV(B)356.49º72.3%83.53%-
XYZ30.0517.697.3-
YUV106.07106.52204.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 62.65%
GREEN value IS 59 (23.44% from 255) = 17.35%
BLUE value IS 68 (26.95% from 255) = 20%
R=62.65%
G=17.35%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213596800.720.680.16356.4964.7153.33
HexD53B4404844101644135
Octal3257310401101042054410165
Binary110101011110111000100010010001000100100001011001001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53B44; }

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

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

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

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

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

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

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

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