Html Css Color HEX #8F0910 Sangria

📋 copy color: '#8F0910'

red 143 ◦ green 9 ◦ blue 16

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

Shades of Sangria #8F0910

Tints of Sangria #8F0910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.36%

 BLUE value IS 16 (6.64% from 255) = 9.52%

R = 85.12%
G = 5.36%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#8F0910 (or 0x8F0910) is known color: Sangria. HEX triplet: 8F, 09 and 10. RGB value is (143,9,16). Sum of RGB (Red+Green+Blue) = 143+9+16=168 (22% of max value = 765). Red value is 143 (56.25% from 255 or 85.12% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0910 is #70F6EF. Grayscale: #313131. Windows color (decimal): -7403248 or 1051023. OLE color: 1051023.

HSL color Cylindrical-coordinate representation of color #8F0910: hue angle of 356.87º degrees, saturation: 0.88, 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 #8F0910 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 9 16 -
CMYK 0 0.94 0.89 0.44
HSL 356.87º 0.88% 0.3% -
HSV(B) 356.87º 0.94% 0.56% -
XYZ 11.52 6.07 1.06 -
YUV 49.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 143 9 16 0 0.94 0.89 0.44 356.87 0.88 0.3
Hex 8F 9 10 0 5E 59 2C 165 58 1E
Octal 217 11 20 0 136 131 54 545 130 36
Binary 10001111 1001 10000 0 1011110 1011001 101100 101100101 1011000 11110

Color Harmonies of #8F0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0910

Black with #8F0910

Text Example


Text Example

White with #8F0910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,9,16); }

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

background-color css

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

 a { background-color: rgb(143,9,16); }

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

border-color css

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

 span { border-color: rgb(143,9,16); }

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