#DA4045

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

Shades of Mahogany #DA4045

Tints of Mahogany #DA4045

Color information

#DA4045 (or 0xDA4045) is unknown color: approx Mahogany. HEX triplet: DA, 40 and 45. RGB value is (218,64,69). Sum of RGB (Red+Green+Blue) = 218+64+69=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4045 is #25BFBA. Grayscale: #6E6E6E. Windows color (decimal): -2473915 or 4538586. OLE color: 4538586.

HSL color Cylindrical-coordinate representation of color #DA4045: hue angle of 358.05º 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 #DA4045 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB2186469-
CMYK00.710.680.15
HSL358.05º67.54%55.29%-
HSV(B)358.05º70.64%85.49%-
XYZ31.82197.62-
YUV110.62104.52204.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 62.11%
GREEN value IS 64 (25.39% from 255) = 18.23%
BLUE value IS 69 (27.34% from 255) = 19.66%
R=62.11%
G=18.23%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218646900.710.680.15358.0567.5455.29
HexDA404504744F1664437
Octal33210010501071041754610467
Binary110110101000000100010101000111100010011111011001101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4045; }

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

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

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

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

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

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

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

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