#DA4041

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

Shades of Mahogany #DA4041

Tints of Mahogany #DA4041

Color information

#DA4041 (or 0xDA4041) is unknown color: approx Mahogany. HEX triplet: DA, 40 and 41. RGB value is (218,64,65). Sum of RGB (Red+Green+Blue) = 218+64+65=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4041 is #25BFBE. Grayscale: #6E6E6E. Windows color (decimal): -2473919 or 4276442. OLE color: 4276442.

HSL color Cylindrical-coordinate representation of color #DA4041: hue angle of 359.61º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4041 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB2186465-
CMYK00.710.700.15
HSL359.61º67.54%55.29%-
HSV(B)359.61º70.64%85.49%-
XYZ31.718.956.99-
YUV110.16102.52204.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 62.82%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 65 (25.78% from 255) = 18.73%
R=62.82%
G=18.44%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218646500.710.700.15359.6167.5455.29
HexDA404104746F1684437
Octal33210010101071061755010467
Binary110110101000000100000101000111100011011111011010001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4041; }

 p { color: rgb(218,64,65); }

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

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

 a { background-color: rgb(218,64,65); }

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

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

 span { border-color: rgb(218,64,65); }

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