#D5333C

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

Shades of Mahogany #D5333C

Tints of Mahogany #D5333C

Color information

#D5333C (or 0xD5333C) is unknown color: approx Mahogany. HEX triplet: D5, 33 and 3C. RGB value is (213,51,60). Sum of RGB (Red+Green+Blue) = 213+51+60=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5333C is #2ACCC3. Grayscale: #646464. Windows color (decimal): -2804932 or 3945429. OLE color: 3945429.

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

Color convert

RGB2135160-
CMYK00.760.720.16
HSL356.67º65.85%51.76%-
HSV(B)356.67º76.06%83.53%-
XYZ29.4416.845.97-
YUV100.46105.17208.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 65.74%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 60 (23.83% from 255) = 18.52%
R=65.74%
G=15.74%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213516000.760.720.16356.6765.8551.76
HexD5333C04C48101654234
Octal325637401141102054510264
Binary11010101110011111100010011001001000100001011001011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5333C; }

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

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

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

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

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

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

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

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