Html Css Color HEX #8E0F13 Sangria

📋 copy color: '#8E0F13'

red 142 ◦ green 15 ◦ blue 19

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

Shades of Sangria #8E0F13

Tints of Sangria #8E0F13

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.52%

 BLUE value IS 19 (7.81% from 255) = 10.8%

R = 80.68%
G = 8.52%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#8E0F13 (or 0x8E0F13) is known color: Sangria. HEX triplet: 8E, 0F and 13. RGB value is (142,15,19). Sum of RGB (Red+Green+Blue) = 142+15+19=176 (23% of max value = 765). Red value is 142 (55.86% from 255 or 80.68% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0F13 is #71F0EC. Grayscale: #353535. Windows color (decimal): -7467245 or 1249166. OLE color: 1249166.

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

Color convert

RGB 142 15 19 -
CMYK 0 0.89 0.87 0.44
HSL 358.11º 0.81% 0.31% -
HSV(B) 358.11º 0.89% 0.56% -
XYZ 11.44 6.14 1.2 -
YUV 53.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 142 15 19 0 0.89 0.87 0.44 358.11 0.81 0.31
Hex 8E F 13 0 59 57 2C 166 51 1F
Octal 216 17 23 0 131 127 54 546 121 37
Binary 10001110 1111 10011 0 1011001 1010111 101100 101100110 1010001 11111

Color Harmonies of #8E0F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0F13

Black with #8E0F13

Text Example


Text Example

White with #8E0F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,15,19); }

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

background-color css

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

 a { background-color: rgb(142,15,19); }

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

border-color css

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

 span { border-color: rgb(142,15,19); }

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