Html Css Color HEX #DA4047 Mahogany

📋 copy color: '#DA4047'

red 218 ◦ green 64 ◦ blue 71

#DA4047
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #DA4047

Tints of Mahogany #DA4047

RGB

 RED value IS 218 (85.55% from 255) = 61.76%

 GREEN value IS 64 (25.39% from 255) = 18.13%

 BLUE value IS 71 (28.13% from 255) = 20.11%

R = 61.76%
G = 18.13%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA4047 (or 0xDA4047) is known color: Mahogany. HEX triplet: DA, 40 and 47. RGB value is (218,64,71). Sum of RGB (Red+Green+Blue) = 218+64+71=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4047 is #25BFB8. Grayscale: #6E6E6E. Windows color (decimal): -2473913 or 4669658. OLE color: 4669658.

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

Color convert

RGB 218 64 71 -
CMYK 0 0.71 0.67 0.15
HSL 357.27º 0.68% 0.55% -
HSV(B) 357.27º 0.71% 0.85% -
XYZ 31.88 19.03 7.95 -
YUV 110.84 105.52 204.43 -
System Red Green Blue C M Y K H S L
Decimal 218 64 71 0 0.71 0.67 0.15 357.27 0.68 0.55
Hex DA 40 47 0 47 43 F 165 44 37
Octal 332 100 107 0 107 103 17 545 104 67
Binary 11011010 1000000 1000111 0 1000111 1000011 1111 101100101 1000100 110111

Color Harmonies of #DA4047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4047

Black with #DA4047

Text Example


Text Example

White with #DA4047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4047; }

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

 H1.HeaderClassName
 {
   color: #DA4047;
 }
 .AnyTagClassName
 {
   color: #DA4047;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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