Html Css Color HEX #8F1115 Sangria

📋 copy color: '#8F1115'

red 143 ◦ green 17 ◦ blue 21

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

Shades of Sangria #8F1115

Tints of Sangria #8F1115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

 BLUE value IS 21 (8.59% from 255) = 11.6%

R = 79.01%
G = 9.39%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8F1115 (or 0x8F1115) is known color: Sangria. HEX triplet: 8F, 11 and 15. RGB value is (143,17,21). Sum of RGB (Red+Green+Blue) = 143+17+21=181 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.01% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1115 is #70EEEA. Grayscale: #373737. Windows color (decimal): -7401195 or 1380751. OLE color: 1380751.

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

Color convert

RGB 143 17 21 -
CMYK 0 0.88 0.85 0.44
HSL 358.1º 0.79% 0.31% -
HSV(B) 358.1º 0.88% 0.56% -
XYZ 11.66 6.29 1.31 -
YUV 55.13 108.74 190.67 -
System Red Green Blue C M Y K H S L
Decimal 143 17 21 0 0.88 0.85 0.44 358.1 0.79 0.31
Hex 8F 11 15 0 58 55 2C 166 4F 1F
Octal 217 21 25 0 130 125 54 546 117 37
Binary 10001111 10001 10101 0 1011000 1010101 101100 101100110 1001111 11111

Color Harmonies of #8F1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1115

Black with #8F1115

Text Example


Text Example

White with #8F1115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,17,21); }

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

background-color css

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

 a { background-color: rgb(143,17,21); }

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

border-color css

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

 span { border-color: rgb(143,17,21); }

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