#D9393C

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

Shades of Mahogany #D9393C

Tints of Mahogany #D9393C

Color information

#D9393C (or 0xD9393C) is unknown color: approx Mahogany. HEX triplet: D9, 39 and 3C. RGB value is (217,57,60). Sum of RGB (Red+Green+Blue) = 217+57+60=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D9393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9393C is #26C6C3. Grayscale: #696969. Windows color (decimal): -2541252 or 3946969. OLE color: 3946969.

HSL color Cylindrical-coordinate representation of color #D9393C: hue angle of 358.88º 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 #D9393C is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB2175760-
CMYK00.740.720.15
HSL358.88º67.8%53.73%-
HSV(B)358.88º73.73%85.1%-
XYZ30.89186.12-
YUV105.18102.51207.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 64.97%
GREEN value IS 57 (22.66% from 255) = 17.07%
BLUE value IS 60 (23.83% from 255) = 17.96%
R=64.97%
G=17.07%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217576000.740.720.15358.8867.853.73
HexD9393C04A48F1674436
Octal331717401121101754710466
Binary1101100111100111110001001010100100011111011001111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9393C; }

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

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

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

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

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

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

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

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