Html Css Color HEX #8F0C0F Sangria

📋 copy color: '#8F0C0F'

red 143 ◦ green 12 ◦ blue 15

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

Shades of Sangria #8F0C0F

Tints of Sangria #8F0C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.06%

 BLUE value IS 15 (6.25% from 255) = 8.82%

R = 84.12%
G = 7.06%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#8F0C0F (or 0x8F0C0F) is known color: Sangria. HEX triplet: 8F, 0C and 0F. RGB value is (143,12,15). Sum of RGB (Red+Green+Blue) = 143+12+15=170 (22% of max value = 765). Red value is 143 (56.25% from 255 or 84.12% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0C0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0C0F is #70F3F0. Grayscale: #333333. Windows color (decimal): -7402481 or 986255. OLE color: 986255.

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

Color convert

RGB 143 12 15 -
CMYK 0 0.92 0.90 0.44
HSL 358.63º 0.85% 0.3% -
HSV(B) 358.63º 0.92% 0.56% -
XYZ 11.55 6.14 1.03 -
YUV 51.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 143 12 15 0 0.92 0.90 0.44 358.63 0.85 0.3
Hex 8F C F 0 5C 5A 2C 167 55 1E
Octal 217 14 17 0 134 132 54 547 125 36
Binary 10001111 1100 1111 0 1011100 1011010 101100 101100111 1010101 11110

Color Harmonies of #8F0C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0C0F

Black with #8F0C0F

Text Example


Text Example

White with #8F0C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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