Html Css Color HEX #8F000B Sangria

📋 copy color: '#8F000B'

red 143 ◦ green 0 ◦ blue 11

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

Shades of Sangria #8F000B

Tints of Sangria #8F000B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.86%
G = 0%
B = 7.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8F000B (or 0x8F000B) is known color: Sangria. HEX triplet: 8F, 00 and 0B. RGB value is (143,0,11). Sum of RGB (Red+Green+Blue) = 143+0+11=154 (20% of max value = 765). Red value is 143 (56.25% from 255 or 92.86% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 143 - color contains mainly: red. Hex color #8F000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F000B is #70FFF4. Grayscale: #2C2C2C. Windows color (decimal): -7405557 or 721039. OLE color: 721039.

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

Color convert

RGB 143 0 11 -
CMYK 0 1 0.92 0.44
HSL 355.38º 1% 0.28% -
HSV(B) 355.38º 1% 0.56% -
XYZ 11.39 5.86 0.85 -
YUV 44.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 143 0 11 0 1 0.92 0.44 355.38 1 0.28
Hex 8F 0 B 0 64 5C 2C 163 64 1C
Octal 217 0 13 0 144 134 54 543 144 34
Binary 10001111 0 1011 0 1100100 1011100 101100 101100011 1100100 11100

Color Harmonies of #8F000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F000B

Black with #8F000B

Text Example


Text Example

White with #8F000B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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