#d93b42

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

Shades of Mahogany #D93B42

Tints of Mahogany #D93B42

Color information

#D93B42 (or 0xD93B42) is unknown color: approx Mahogany. HEX triplet: D9, 3B and 42. RGB value is (217,59,66). Sum of RGB (Red+Green+Blue) = 217+59+66=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93B42 is #26C4BD. Grayscale: #6B6B6B. Windows color (decimal): -2540734 or 4340697. OLE color: 4340697.

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

Color convert

RGB2175966-
CMYK00.730.700.15
HSL357.34º67.52%54.12%-
HSV(B)357.34º72.81%85.1%-
XYZ31.1618.277.04-
YUV107.04104.85206.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 63.45%
GREEN value IS 59 (23.44% from 255) = 17.25%
BLUE value IS 66 (26.17% from 255) = 19.30%
R=63.45%
G=17.25%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217596600.730.700.15357.3467.5254.12
HexD93B4204946F1654436
Octal3317310201111061754510466
Binary11011001111011100001001001001100011011111011001011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d93b42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d93b42; }

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

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

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

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

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

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

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

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