Html Css Color HEX #D84446 Mahogany

📋 copy color: '#D84446'

red 216 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #D84446

Tints of Mahogany #D84446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.21%

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 61.02%
G = 19.21%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D84446 (or 0xD84446) is known color: Mahogany. HEX triplet: D8, 44 and 46. RGB value is (216,68,70). Sum of RGB (Red+Green+Blue) = 216+68+70=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D84446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84446 is #27BBB9. Grayscale: #707070. Windows color (decimal): -2603962 or 4605144. OLE color: 4605144.

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

Color convert

RGB 216 68 70 -
CMYK 0 0.69 0.68 0.15
HSL 359.19º 0.65% 0.56% -
HSV(B) 359.19º 0.69% 0.85% -
XYZ 31.49 19.18 7.84 -
YUV 112.48 104.03 201.84 -
System Red Green Blue C M Y K H S L
Decimal 216 68 70 0 0.69 0.68 0.15 359.19 0.65 0.56
Hex D8 44 46 0 45 44 F 167 41 38
Octal 330 104 106 0 105 104 17 547 101 70
Binary 11011000 1000100 1000110 0 1000101 1000100 1111 101100111 1000001 111000

Color Harmonies of #D84446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84446

Black with #D84446

Text Example


Text Example

White with #D84446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84446; }

 p { color: rgb(216,68,70); }

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

background-color css

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

 a { background-color: rgb(216,68,70); }

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

border-color css

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

 span { border-color: rgb(216,68,70); }

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