#D6393C

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

Shades of Mahogany #D6393C

Tints of Mahogany #D6393C

Color information

#D6393C (or 0xD6393C) is unknown color: approx Mahogany. HEX triplet: D6, 39 and 3C. RGB value is (214,57,60). Sum of RGB (Red+Green+Blue) = 214+57+60=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D6393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6393C is #29C6C3. Grayscale: #686868. Windows color (decimal): -2737860 or 3946966. OLE color: 3946966.

HSL color Cylindrical-coordinate representation of color #D6393C: hue angle of 358.85º degrees, saturation: 0.66, 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 #D6393C is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB2145760-
CMYK00.730.720.16
HSL358.85º65.69%53.14%-
HSV(B)358.85º73.36%83.92%-
XYZ30.0117.556.08-
YUV104.28103.01206.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 64.65%
GREEN value IS 57 (22.66% from 255) = 17.22%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=64.65%
G=17.22%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214576000.730.720.16358.8565.6953.14
HexD6393C04948101674235
Octal326717401111102054710265
Binary11010110111001111100010010011001000100001011001111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6393C; }

 p { color: rgb(214,57,60); }

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

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

 a { background-color: rgb(214,57,60); }

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

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

 span { border-color: rgb(214,57,60); }

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