Html Css Color HEX #8F080E Sangria

📋 copy color: '#8F080E'

red 143 ◦ green 8 ◦ blue 14

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

Shades of Sangria #8F080E

Tints of Sangria #8F080E

RGB

 RED value IS 143 (56.25% from 255) = 86.67%

 GREEN value IS 8 (3.52% from 255) = 4.85%

 BLUE value IS 14 (5.86% from 255) = 8.48%

R = 86.67%
G = 4.85%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#8F080E (or 0x8F080E) is known color: Sangria. HEX triplet: 8F, 08 and 0E. RGB value is (143,8,14). Sum of RGB (Red+Green+Blue) = 143+8+14=165 (21% of max value = 765). Red value is 143 (56.25% from 255 or 86.67% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 143 - color contains mainly: red. Hex color #8F080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F080E is #70F7F1. Grayscale: #313131. Windows color (decimal): -7403506 or 919695. OLE color: 919695.

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

Color convert

RGB 143 8 14 -
CMYK 0 0.94 0.90 0.44
HSL 357.33º 0.89% 0.3% -
HSV(B) 357.33º 0.94% 0.56% -
XYZ 11.49 6.05 0.98 -
YUV 49.05 108.23 195.01 -
System Red Green Blue C M Y K H S L
Decimal 143 8 14 0 0.94 0.90 0.44 357.33 0.89 0.3
Hex 8F 8 E 0 5E 5A 2C 165 59 1E
Octal 217 10 16 0 136 132 54 545 131 36
Binary 10001111 1000 1110 0 1011110 1011010 101100 101100101 1011001 11110

Color Harmonies of #8F080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F080E

Black with #8F080E

Text Example


Text Example

White with #8F080E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,8,14); }

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

background-color css

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

 a { background-color: rgb(143,8,14); }

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

border-color css

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

 span { border-color: rgb(143,8,14); }

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