#D0393E

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

Shades of Mahogany #D0393E

Tints of Mahogany #D0393E

Color information

#D0393E (or 0xD0393E) is unknown color: approx Mahogany. HEX triplet: D0, 39 and 3E. RGB value is (208,57,62). Sum of RGB (Red+Green+Blue) = 208+57+62=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D0393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0393E is #2FC6C1. Grayscale: #666666. Windows color (decimal): -3131074 or 4078032. OLE color: 4078032.

HSL color Cylindrical-coordinate representation of color #D0393E: hue angle of 358.01º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0393E is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB2085762-
CMYK00.730.700.18
HSL358.01º61.63%51.96%-
HSV(B)358.01º72.6%81.57%-
XYZ28.3516.686.28-
YUV102.72105.03203.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 63.61%
GREEN value IS 57 (22.66% from 255) = 17.43%
BLUE value IS 62 (24.61% from 255) = 18.96%
R=63.61%
G=17.43%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208576200.730.700.18358.0161.6351.96
HexD0393E04946121663e34
Octal32071760111106225467664
Binary1101000011100111111001001001100011010010101100110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0393E; }

 p { color: rgb(208,57,62); }

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

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

 a { background-color: rgb(208,57,62); }

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

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

 span { border-color: rgb(208,57,62); }

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