Html Css Color HEX #8F090C Sangria

📋 copy color: '#8F090C'

red 143 ◦ green 9 ◦ blue 12

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

Shades of Sangria #8F090C

Tints of Sangria #8F090C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.32%

R = 87.2%
G = 5.49%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8F090C (or 0x8F090C) is known color: Sangria. HEX triplet: 8F, 09 and 0C. RGB value is (143,9,12). Sum of RGB (Red+Green+Blue) = 143+9+12=164 (21% of max value = 765). Red value is 143 (56.25% from 255 or 87.20% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 143 - color contains mainly: red. Hex color #8F090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F090C is #70F6F3. Grayscale: #313131. Windows color (decimal): -7403252 or 788879. OLE color: 788879.

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

Color convert

RGB 143 9 12 -
CMYK 0 0.94 0.92 0.44
HSL 358.66º 0.88% 0.3% -
HSV(B) 358.66º 0.94% 0.56% -
XYZ 11.49 6.06 0.91 -
YUV 49.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 143 9 12 0 0.94 0.92 0.44 358.66 0.88 0.3
Hex 8F 9 C 0 5E 5C 2C 167 58 1E
Octal 217 11 14 0 136 134 54 547 130 36
Binary 10001111 1001 1100 0 1011110 1011100 101100 101100111 1011000 11110

Color Harmonies of #8F090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F090C

Black with #8F090C

Text Example


Text Example

White with #8F090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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