#D93A42

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

Shades of Mahogany #D93A42

Tints of Mahogany #D93A42

Color information

#D93A42 (or 0xD93A42) is unknown color: approx Mahogany. HEX triplet: D9, 3A and 42. RGB value is (217,58,66). Sum of RGB (Red+Green+Blue) = 217+58+66=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93A42 is #26C5BD. Grayscale: #6A6A6A. Windows color (decimal): -2540990 or 4340441. OLE color: 4340441.

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

Color convert

RGB2175866-
CMYK00.730.700.15
HSL356.98º67.66%53.92%-
HSV(B)356.98º73.27%85.1%-
XYZ31.1118.177.02-
YUV106.45105.18206.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 63.64%
GREEN value IS 58 (23.05% from 255) = 17.01%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=63.64%
G=17.01%
B=19.35%

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
Decimal217586600.730.700.15356.9867.6653.92
HexD93A4204946F1654436
Octal3317210201111061754510466
Binary11011001111010100001001001001100011011111011001011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93A42; }

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

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

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

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

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

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

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

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