Html Css Color HEX #8E1216 Sangria

📋 copy color: '#8E1216'

red 142 ◦ green 18 ◦ blue 22

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

Shades of Sangria #8E1216

Tints of Sangria #8E1216

RGB

 RED value IS 142 (55.86% from 255) = 78.02%

 GREEN value IS 18 (7.42% from 255) = 9.89%

 BLUE value IS 22 (8.98% from 255) = 12.09%

R = 78.02%
G = 9.89%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8E1216 (or 0x8E1216) is known color: Sangria. HEX triplet: 8E, 12 and 16. RGB value is (142,18,22). Sum of RGB (Red+Green+Blue) = 142+18+22=182 (24% of max value = 765). Red value is 142 (55.86% from 255 or 78.02% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1216 is #71EDE9. Grayscale: #373737. Windows color (decimal): -7466474 or 1446542. OLE color: 1446542.

HSL color Cylindrical-coordinate representation of color #8E1216: hue angle of 358.06º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E1216 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 18 22 -
CMYK 0 0.87 0.85 0.44
HSL 358.06º 0.78% 0.31% -
HSV(B) 358.06º 0.87% 0.56% -
XYZ 11.52 6.24 1.36 -
YUV 55.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 142 18 22 0 0.87 0.85 0.44 358.06 0.78 0.31
Hex 8E 12 16 0 57 55 2C 166 4E 1F
Octal 216 22 26 0 127 125 54 546 116 37
Binary 10001110 10010 10110 0 1010111 1010101 101100 101100110 1001110 11111

Color Harmonies of #8E1216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1216

Black with #8E1216

Text Example


Text Example

White with #8E1216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E1216; }

 p { color: rgb(142,18,22); }

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

background-color css

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

 a { background-color: rgb(142,18,22); }

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

border-color css

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

 span { border-color: rgb(142,18,22); }

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