Html Css Color HEX #D84247 Mahogany

📋 copy color: '#D84247'

red 216 ◦ green 66 ◦ blue 71

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

Shades of Mahogany #D84247

Tints of Mahogany #D84247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.7%

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

R = 61.19%
G = 18.7%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D84247 (or 0xD84247) is known color: Mahogany. HEX triplet: D8, 42 and 47. RGB value is (216,66,71). Sum of RGB (Red+Green+Blue) = 216+66+71=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D84247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84247 is #27BDB8. Grayscale: #6F6F6F. Windows color (decimal): -2604473 or 4670168. OLE color: 4670168.

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

Color convert

RGB 216 66 71 -
CMYK 0 0.69 0.67 0.15
HSL 358º 0.66% 0.55% -
HSV(B) 358º 0.69% 0.85% -
XYZ 31.4 18.95 7.96 -
YUV 111.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 216 66 71 0 0.69 0.67 0.15 358 0.66 0.55
Hex D8 42 47 0 45 43 F 166 42 37
Octal 330 102 107 0 105 103 17 546 102 67
Binary 11011000 1000010 1000111 0 1000101 1000011 1111 101100110 1000010 110111

Color Harmonies of #D84247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84247

Black with #D84247

Text Example


Text Example

White with #D84247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84247; }

 p { color: rgb(216,66,71); }

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

background-color css

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

 a { background-color: rgb(216,66,71); }

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

border-color css

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

 span { border-color: rgb(216,66,71); }

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