Html Css Color HEX #8F020B Sangria

📋 copy color: '#8F020B'

red 143 ◦ green 2 ◦ blue 11

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

Shades of Sangria #8F020B

Tints of Sangria #8F020B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.05%

R = 91.67%
G = 1.28%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8F020B (or 0x8F020B) is known color: Sangria. HEX triplet: 8F, 02 and 0B. RGB value is (143,2,11). Sum of RGB (Red+Green+Blue) = 143+2+11=156 (20% of max value = 765). Red value is 143 (56.25% from 255 or 91.67% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 143 - color contains mainly: red. Hex color #8F020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F020B is #70FDF4. Grayscale: #2D2D2D. Windows color (decimal): -7405045 or 721551. OLE color: 721551.

HSL color Cylindrical-coordinate representation of color #8F020B: hue angle of 356.17º 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 #8F020B is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 2 11 -
CMYK 0 0.99 0.92 0.44
HSL 356.17º 0.97% 0.28% -
HSV(B) 356.17º 0.99% 0.56% -
XYZ 11.41 5.91 0.86 -
YUV 45.19 108.71 197.77 -
System Red Green Blue C M Y K H S L
Decimal 143 2 11 0 0.99 0.92 0.44 356.17 0.97 0.28
Hex 8F 2 B 0 63 5C 2C 164 61 1C
Octal 217 2 13 0 143 134 54 544 141 34
Binary 10001111 10 1011 0 1100011 1011100 101100 101100100 1100001 11100

Color Harmonies of #8F020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F020B

Black with #8F020B

Text Example


Text Example

White with #8F020B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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