#DB4244

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

Shades of Mahogany #DB4244

Tints of Mahogany #DB4244

Color information

#DB4244 (or 0xDB4244) is unknown color: approx Mahogany. HEX triplet: DB, 42 and 44. RGB value is (219,66,68). Sum of RGB (Red+Green+Blue) = 219+66+68=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4244 is #24BDBB. Grayscale: #707070. Windows color (decimal): -2407868 or 4473563. OLE color: 4473563.

HSL color Cylindrical-coordinate representation of color #DB4244: hue angle of 359.22º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4244 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB2196668-
CMYK00.700.690.14
HSL359.22º68%55.88%-
HSV(B)359.22º69.86%85.88%-
XYZ32.2119.377.51-
YUV111.97103.19204.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 62.04%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 68 (26.95% from 255) = 19.26%
R=62.04%
G=18.70%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219666800.700.690.14359.226855.88
HexDB424404645E1674438
Octal33310210401061051654710470
Binary110110111000010100010001000110100010111101011001111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4244; }

 p { color: rgb(219,66,68); }

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

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

 a { background-color: rgb(219,66,68); }

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

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

 span { border-color: rgb(219,66,68); }

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