#D5333B

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

Shades of Mahogany #D5333B

Tints of Mahogany #D5333B

Color information

#D5333B (or 0xD5333B) is unknown color: approx Mahogany. HEX triplet: D5, 33 and 3B. RGB value is (213,51,59). Sum of RGB (Red+Green+Blue) = 213+51+59=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D5333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5333B is #2ACCC4. Grayscale: #646464. Windows color (decimal): -2804933 or 3879893. OLE color: 3879893.

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

Color convert

RGB2135159-
CMYK00.760.720.16
HSL357.04º65.85%51.76%-
HSV(B)357.04º76.06%83.53%-
XYZ29.4116.835.84-
YUV100.35104.67208.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 65.94%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 59 (23.44% from 255) = 18.27%
R=65.94%
G=15.79%
B=18.27%

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
Decimal213515900.760.720.16357.0465.8551.76
HexD5333B04C48101654234
Octal325637301141102054510264
Binary11010101110011111011010011001001000100001011001011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5333B; }

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

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

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

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

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

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

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

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