Html Css Color HEX #8F020E Sangria

📋 copy color: '#8F020E'

red 143 ◦ green 2 ◦ blue 14

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

Shades of Sangria #8F020E

Tints of Sangria #8F020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.26%

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

R = 89.94%
G = 1.26%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#8F020E (or 0x8F020E) is known color: Sangria. HEX triplet: 8F, 02 and 0E. RGB value is (143,2,14). Sum of RGB (Red+Green+Blue) = 143+2+14=159 (21% of max value = 765). Red value is 143 (56.25% from 255 or 89.94% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 143 - color contains mainly: red. Hex color #8F020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F020E is #70FDF1. Grayscale: #2D2D2D. Windows color (decimal): -7405042 or 918159. OLE color: 918159.

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

Color convert

RGB 143 2 14 -
CMYK 0 0.99 0.90 0.44
HSL 354.89º 0.97% 0.28% -
HSV(B) 354.89º 0.99% 0.56% -
XYZ 11.43 5.91 0.95 -
YUV 45.53 110.21 197.52 -
System Red Green Blue C M Y K H S L
Decimal 143 2 14 0 0.99 0.90 0.44 354.89 0.97 0.28
Hex 8F 2 E 0 63 5A 2C 163 61 1C
Octal 217 2 16 0 143 132 54 543 141 34
Binary 10001111 10 1110 0 1100011 1011010 101100 101100011 1100001 11100

Color Harmonies of #8F020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F020E

Black with #8F020E

Text Example


Text Example

White with #8F020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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