#DB3A41

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

Shades of Mahogany #DB3A41

Tints of Mahogany #DB3A41

Color information

#DB3A41 (or 0xDB3A41) is unknown color: approx Mahogany. HEX triplet: DB, 3A and 41. RGB value is (219,58,65). Sum of RGB (Red+Green+Blue) = 219+58+65=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A41 is #24C5BE. Grayscale: #6B6B6B. Windows color (decimal): -2409919 or 4274907. OLE color: 4274907.

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

Color convert

RGB2195865-
CMYK00.740.700.14
HSL357.39º69.1%54.31%-
HSV(B)357.39º73.52%85.88%-
XYZ31.6818.476.9-
YUV106.94104.34207.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 64.04%
GREEN value IS 58 (23.05% from 255) = 16.96%
BLUE value IS 65 (25.78% from 255) = 19.01%
R=64.04%
G=16.96%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219586500.740.700.14357.3969.154.31
HexDB3A4104A46E1654536
Octal3337210101121061654510566
Binary11011011111010100000101001010100011011101011001011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3A41; }

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

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

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

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

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

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

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

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