#D9393B

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

Shades of Mahogany #D9393B

Tints of Mahogany #D9393B

Color information

#D9393B (or 0xD9393B) is unknown color: approx Mahogany. HEX triplet: D9, 39 and 3B. RGB value is (217,57,59). Sum of RGB (Red+Green+Blue) = 217+57+59=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9393B is #26C6C4. Grayscale: #696969. Windows color (decimal): -2541253 or 3881433. OLE color: 3881433.

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

Color convert

RGB2175759-
CMYK00.740.730.15
HSL359.25º67.8%53.73%-
HSV(B)359.25º73.73%85.1%-
XYZ30.8717.995.98-
YUV105.07102.01207.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 65.17%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 59 (23.44% from 255) = 17.72%
R=65.17%
G=17.12%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217575900.740.730.15359.2567.853.73
HexD9393B04A49F1674436
Octal331717301121111754710466
Binary1101100111100111101101001010100100111111011001111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9393B; }

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

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

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

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

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

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

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

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