#D53337

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

Shades of Mahogany #D53337

Tints of Mahogany #D53337

Color information

#D53337 (or 0xD53337) is unknown color: approx Mahogany. HEX triplet: D5, 33 and 37. RGB value is (213,51,55). Sum of RGB (Red+Green+Blue) = 213+51+55=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D53337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53337 is #2ACCC8. Grayscale: #646464. Windows color (decimal): -2804937 or 3617749. OLE color: 3617749.

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

Color convert

RGB2135155-
CMYK00.760.740.16
HSL358.52º65.85%51.76%-
HSV(B)358.52º76.06%83.53%-
XYZ29.3116.795.31-
YUV99.89102.67208.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 66.77%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 55 (21.88% from 255) = 17.24%
R=66.77%
G=15.99%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213515500.760.740.16358.5265.8551.76
HexD5333704C4A101674234
Octal325636701141122054710264
Binary11010101110011110111010011001001010100001011001111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53337; }

 p { color: rgb(213,51,55); }

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

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

 a { background-color: rgb(213,51,55); }

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

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

 span { border-color: rgb(213,51,55); }

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