#D63339

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

Shades of Mahogany #D63339

Tints of Mahogany #D63339

Color information

#D63339 (or 0xD63339) is unknown color: approx Mahogany. HEX triplet: D6, 33 and 39. RGB value is (214,51,57). Sum of RGB (Red+Green+Blue) = 214+51+57=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D63339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63339 is #29CCC6. Grayscale: #646464. Windows color (decimal): -2739399 or 3748822. OLE color: 3748822.

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

Color convert

RGB2145157-
CMYK00.760.730.16
HSL357.79º66.53%51.96%-
HSV(B)357.79º76.17%83.92%-
XYZ29.6516.965.58-
YUV100.42103.5209.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 66.46%
GREEN value IS 51 (20.31% from 255) = 15.84%
BLUE value IS 57 (22.66% from 255) = 17.70%
R=66.46%
G=15.84%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214515700.760.730.16357.7966.5351.96
HexD6333904C49101664334
Octal326637101141112054610364
Binary11010110110011111001010011001001001100001011001101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63339; }

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

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

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

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

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

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

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

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