Html Css Color HEX #8F0512 Sangria

📋 copy color: '#8F0512'

red 143 ◦ green 5 ◦ blue 18

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

Shades of Sangria #8F0512

Tints of Sangria #8F0512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.01%

 BLUE value IS 18 (7.42% from 255) = 10.84%

R = 86.14%
G = 3.01%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#8F0512 (or 0x8F0512) is known color: Sangria. HEX triplet: 8F, 05 and 12. RGB value is (143,5,18). Sum of RGB (Red+Green+Blue) = 143+5+18=166 (21% of max value = 765). Red value is 143 (56.25% from 255 or 86.14% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0512 is #70FAED. Grayscale: #2F2F2F. Windows color (decimal): -7404270 or 1181071. OLE color: 1181071.

HSL color Cylindrical-coordinate representation of color #8F0512: hue angle of 354.35º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0512 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 5 18 -
CMYK 0 0.97 0.87 0.44
HSL 354.35º 0.93% 0.29% -
HSV(B) 354.35º 0.97% 0.56% -
XYZ 11.49 5.99 1.12 -
YUV 47.74 111.22 195.94 -
System Red Green Blue C M Y K H S L
Decimal 143 5 18 0 0.97 0.87 0.44 354.35 0.93 0.29
Hex 8F 5 12 0 61 57 2C 162 5D 1D
Octal 217 5 22 0 141 127 54 542 135 35
Binary 10001111 101 10010 0 1100001 1010111 101100 101100010 1011101 11101

Color Harmonies of #8F0512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0512

Black with #8F0512

Text Example


Text Example

White with #8F0512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,5,18); }

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

background-color css

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

 a { background-color: rgb(143,5,18); }

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

border-color css

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

 span { border-color: rgb(143,5,18); }

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