#D6333B

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

Shades of Mahogany #D6333B

Tints of Mahogany #D6333B

Color information

#D6333B (or 0xD6333B) is unknown color: approx Mahogany. HEX triplet: D6, 33 and 3B. RGB value is (214,51,59). Sum of RGB (Red+Green+Blue) = 214+51+59=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D6333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6333B is #29CCC4. Grayscale: #646464. Windows color (decimal): -2739397 or 3879894. OLE color: 3879894.

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

Color convert

RGB2145159-
CMYK00.760.720.16
HSL357.06º66.53%51.96%-
HSV(B)357.06º76.17%83.92%-
XYZ29.716.985.85-
YUV100.65104.5208.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 66.05%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 59 (23.44% from 255) = 18.21%
R=66.05%
G=15.74%
B=18.21%

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
Decimal214515900.760.720.16357.0666.5351.96
HexD6333B04C48101654334
Octal326637301141102054510364
Binary11010110110011111011010011001001000100001011001011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6333B; }

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

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

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

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

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

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

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

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