#D5393A

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

Shades of Mahogany #D5393A

Tints of Mahogany #D5393A

Color information

#D5393A (or 0xD5393A) is unknown color: approx Mahogany. HEX triplet: D5, 39 and 3A. RGB value is (213,57,58). Sum of RGB (Red+Green+Blue) = 213+57+58=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5393A is #2AC6C5. Grayscale: #676767. Windows color (decimal): -2803398 or 3815893. OLE color: 3815893.

HSL color Cylindrical-coordinate representation of color #D5393A: hue angle of 359.62º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5393A is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB2135758-
CMYK00.730.730.16
HSL359.62º65%52.94%-
HSV(B)359.62º73.24%83.53%-
XYZ29.6717.385.79-
YUV103.76102.18205.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 64.94%
GREEN value IS 57 (22.66% from 255) = 17.38%
BLUE value IS 58 (23.05% from 255) = 17.68%
R=64.94%
G=17.38%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213575800.730.730.16359.626552.94
HexD5393A04949101684135
Octal325717201111112055010165
Binary11010101111001111010010010011001001100001011010001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5393A; }

 p { color: rgb(213,57,58); }

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

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

 a { background-color: rgb(213,57,58); }

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

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

 span { border-color: rgb(213,57,58); }

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