Html Css Color HEX #8F080C Sangria

📋 copy color: '#8F080C'

red 143 ◦ green 8 ◦ blue 12

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

Shades of Sangria #8F080C

Tints of Sangria #8F080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.91%

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

R = 87.73%
G = 4.91%
B = 7.36%

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

#8F080C (or 0x8F080C) is known color: Sangria. HEX triplet: 8F, 08 and 0C. RGB value is (143,8,12). Sum of RGB (Red+Green+Blue) = 143+8+12=163 (21% of max value = 765). Red value is 143 (56.25% from 255 or 87.73% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 143 - color contains mainly: red. Hex color #8F080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F080C is #70F7F3. Grayscale: #303030. Windows color (decimal): -7403508 or 788623. OLE color: 788623.

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

Color convert

RGB 143 8 12 -
CMYK 0 0.94 0.92 0.44
HSL 358.22º 0.89% 0.3% -
HSV(B) 358.22º 0.94% 0.56% -
XYZ 11.48 6.04 0.91 -
YUV 48.82 107.23 195.17 -
System Red Green Blue C M Y K H S L
Decimal 143 8 12 0 0.94 0.92 0.44 358.22 0.89 0.3
Hex 8F 8 C 0 5E 5C 2C 166 59 1E
Octal 217 10 14 0 136 134 54 546 131 36
Binary 10001111 1000 1100 0 1011110 1011100 101100 101100110 1011001 11110

Color Harmonies of #8F080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F080C

Black with #8F080C

Text Example


Text Example

White with #8F080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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