#D53338

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

Shades of Mahogany #D53338

Tints of Mahogany #D53338

Color information

#D53338 (or 0xD53338) is unknown color: approx Mahogany. HEX triplet: D5, 33 and 38. RGB value is (213,51,56). Sum of RGB (Red+Green+Blue) = 213+51+56=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D53338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53338 is #2ACCC7. Grayscale: #646464. Windows color (decimal): -2804936 or 3683285. OLE color: 3683285.

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

Color convert

RGB2135156-
CMYK00.760.740.16
HSL358.15º65.85%51.76%-
HSV(B)358.15º76.06%83.53%-
XYZ29.3416.85.44-
YUV100.01103.17208.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 66.56%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 56 (22.27% from 255) = 17.5%
R=66.56%
G=15.94%
B=17.5%

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
Decimal213515600.760.740.16358.1565.8551.76
HexD5333804C4A101664234
Octal325637001141122054610264
Binary11010101110011111000010011001001010100001011001101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53338; }

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

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

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

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

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

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

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

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