#D93B46

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

Shades of Mahogany #D93B46

Tints of Mahogany #D93B46

Color information

#D93B46 (or 0xD93B46) is unknown color: approx Mahogany. HEX triplet: D9, 3B and 46. RGB value is (217,59,70). Sum of RGB (Red+Green+Blue) = 217+59+70=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93B46 is #26C4B9. Grayscale: #6B6B6B. Windows color (decimal): -2540730 or 4602841. OLE color: 4602841.

HSL color Cylindrical-coordinate representation of color #D93B46: hue angle of 355.82º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93B46 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB2175970-
CMYK00.730.680.15
HSL355.82º67.52%54.12%-
HSV(B)355.82º72.81%85.1%-
XYZ31.2818.327.68-
YUV107.5106.85206.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 62.72%
GREEN value IS 59 (23.44% from 255) = 17.05%
BLUE value IS 70 (27.73% from 255) = 20.23%
R=62.72%
G=17.05%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217597000.730.680.15355.8267.5254.12
HexD93B4604944F1644436
Octal3317310601111041754410466
Binary11011001111011100011001001001100010011111011001001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93B46; }

 p { color: rgb(217,59,70); }

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

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

 a { background-color: rgb(217,59,70); }

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

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

 span { border-color: rgb(217,59,70); }

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