Html Css Color HEX #8F060B Sangria

📋 copy color: '#8F060B'

red 143 ◦ green 6 ◦ blue 11

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

Shades of Sangria #8F060B

Tints of Sangria #8F060B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.75%

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

R = 89.38%
G = 3.75%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8F060B (or 0x8F060B) is known color: Sangria. HEX triplet: 8F, 06 and 0B. RGB value is (143,6,11). Sum of RGB (Red+Green+Blue) = 143+6+11=160 (21% of max value = 765). Red value is 143 (56.25% from 255 or 89.38% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 143 - color contains mainly: red. Hex color #8F060B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F060B is #70F9F4. Grayscale: #2F2F2F. Windows color (decimal): -7404021 or 722575. OLE color: 722575.

HSL color Cylindrical-coordinate representation of color #8F060B: hue angle of 357.81º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F060B is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 6 11 -
CMYK 0 0.96 0.92 0.44
HSL 357.81º 0.92% 0.29% -
HSV(B) 357.81º 0.96% 0.56% -
XYZ 11.45 5.99 0.87 -
YUV 47.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 143 6 11 0 0.96 0.92 0.44 357.81 0.92 0.29
Hex 8F 6 B 0 60 5C 2C 166 5C 1D
Octal 217 6 13 0 140 134 54 546 134 35
Binary 10001111 110 1011 0 1100000 1011100 101100 101100110 1011100 11101

Color Harmonies of #8F060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F060B

Black with #8F060B

Text Example


Text Example

White with #8F060B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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