#D93945

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

Shades of Mahogany #D93945

Tints of Mahogany #D93945

Color information

#D93945 (or 0xD93945) is unknown color: approx Mahogany. HEX triplet: D9, 39 and 45. RGB value is (217,57,69). Sum of RGB (Red+Green+Blue) = 217+57+69=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D93945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93945 is #26C6BA. Grayscale: #6A6A6A. Windows color (decimal): -2541243 or 4536793. OLE color: 4536793.

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

Color convert

RGB2175769-
CMYK00.740.680.15
HSL355.5º67.8%53.73%-
HSV(B)355.5º73.73%85.1%-
XYZ31.1518.117.48-
YUV106.21107.01207.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 63.27%
GREEN value IS 57 (22.66% from 255) = 16.62%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=63.27%
G=16.62%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217576900.740.680.15355.567.853.73
HexD9394504A44F1644436
Octal3317110501121041754410466
Binary11011001111001100010101001010100010011111011001001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93945; }

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

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

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

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

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

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

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

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