Html Css Color HEX #8F010C Sangria

📋 copy color: '#8F010C'

red 143 ◦ green 1 ◦ blue 12

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

Shades of Sangria #8F010C

Tints of Sangria #8F010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 91.67%
G = 0.64%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8F010C (or 0x8F010C) is known color: Sangria. HEX triplet: 8F, 01 and 0C. RGB value is (143,1,12). Sum of RGB (Red+Green+Blue) = 143+1+12=156 (20% of max value = 765). Red value is 143 (56.25% from 255 or 91.67% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 143 - color contains mainly: red. Hex color #8F010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F010C is #70FEF3. Grayscale: #2C2C2C. Windows color (decimal): -7405300 or 786831. OLE color: 786831.

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

Color convert

RGB 143 1 12 -
CMYK 0 0.99 0.92 0.44
HSL 355.35º 0.99% 0.28% -
HSV(B) 355.35º 0.99% 0.56% -
XYZ 11.4 5.89 0.88 -
YUV 44.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 143 1 12 0 0.99 0.92 0.44 355.35 0.99 0.28
Hex 8F 1 C 0 63 5C 2C 163 63 1C
Octal 217 1 14 0 143 134 54 543 143 34
Binary 10001111 1 1100 0 1100011 1011100 101100 101100011 1100011 11100

Color Harmonies of #8F010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F010C

Black with #8F010C

Text Example


Text Example

White with #8F010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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