#D93A41

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

Shades of Mahogany #D93A41

Tints of Mahogany #D93A41

Color information

#D93A41 (or 0xD93A41) is unknown color: approx Mahogany. HEX triplet: D9, 3A and 41. RGB value is (217,58,65). Sum of RGB (Red+Green+Blue) = 217+58+65=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93A41 is #26C5BE. Grayscale: #6A6A6A. Windows color (decimal): -2540991 or 4274905. OLE color: 4274905.

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

Color convert

RGB2175865-
CMYK00.730.700.15
HSL357.36º67.66%53.92%-
HSV(B)357.36º73.27%85.1%-
XYZ31.0818.166.87-
YUV106.34104.68206.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 63.82%
GREEN value IS 58 (23.05% from 255) = 17.06%
BLUE value IS 65 (25.78% from 255) = 19.12%
R=63.82%
G=17.06%
B=19.12%

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
Decimal217586500.730.700.15357.3667.6653.92
HexD93A4104946F1654436
Octal3317210101111061754510466
Binary11011001111010100000101001001100011011111011001011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93A41; }

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

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

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

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

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

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

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

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