Html Css Color HEX #D84049 Mahogany

📋 copy color: '#D84049'

red 216 ◦ green 64 ◦ blue 73

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

Shades of Mahogany #D84049

Tints of Mahogany #D84049

RGB

 RED value IS 216 (84.77% from 255) = 61.19%

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

 BLUE value IS 73 (28.91% from 255) = 20.68%

R = 61.19%
G = 18.13%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D84049 (or 0xD84049) is known color: Mahogany. HEX triplet: D8, 40 and 49. RGB value is (216,64,73). Sum of RGB (Red+Green+Blue) = 216+64+73=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D84049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84049 is #27BFB6. Grayscale: #6E6E6E. Windows color (decimal): -2604983 or 4800728. OLE color: 4800728.

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

Color convert

RGB 216 64 73 -
CMYK 0 0.70 0.66 0.15
HSL 356.45º 0.66% 0.55% -
HSV(B) 356.45º 0.7% 0.85% -
XYZ 31.35 18.75 8.27 -
YUV 110.47 106.86 203.27 -
System Red Green Blue C M Y K H S L
Decimal 216 64 73 0 0.70 0.66 0.15 356.45 0.66 0.55
Hex D8 40 49 0 46 42 F 164 42 37
Octal 330 100 111 0 106 102 17 544 102 67
Binary 11011000 1000000 1001001 0 1000110 1000010 1111 101100100 1000010 110111

Color Harmonies of #D84049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84049

Black with #D84049

Text Example


Text Example

White with #D84049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84049; }

 p { color: rgb(216,64,73); }

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

background-color css

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

 a { background-color: rgb(216,64,73); }

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

border-color css

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

 span { border-color: rgb(216,64,73); }

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