Html Css Color HEX #D84246 Mahogany

📋 copy color: '#D84246'

red 216 ◦ green 66 ◦ blue 70

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

Shades of Mahogany #D84246

Tints of Mahogany #D84246

RGB

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

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

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

R = 61.36%
G = 18.75%
B = 19.89%

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

#D84246 (or 0xD84246) is known color: Mahogany. HEX triplet: D8, 42 and 46. RGB value is (216,66,70). Sum of RGB (Red+Green+Blue) = 216+66+70=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D84246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84246 is #27BDB9. Grayscale: #6F6F6F. Windows color (decimal): -2604474 or 4604632. OLE color: 4604632.

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

Color convert

RGB 216 66 70 -
CMYK 0 0.69 0.68 0.15
HSL 358.4º 0.66% 0.55% -
HSV(B) 358.4º 0.69% 0.85% -
XYZ 31.37 18.94 7.8 -
YUV 111.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 216 66 70 0 0.69 0.68 0.15 358.4 0.66 0.55
Hex D8 42 46 0 45 44 F 166 42 37
Octal 330 102 106 0 105 104 17 546 102 67
Binary 11011000 1000010 1000110 0 1000101 1000100 1111 101100110 1000010 110111

Color Harmonies of #D84246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84246

Black with #D84246

Text Example


Text Example

White with #D84246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84246; }

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

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

background-color css

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

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

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

border-color css

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

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

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