Html Css Color HEX #8F0510 Sangria

📋 copy color: '#8F0510'

red 143 ◦ green 5 ◦ blue 16

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

Shades of Sangria #8F0510

Tints of Sangria #8F0510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.76%

R = 87.2%
G = 3.05%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#8F0510 (or 0x8F0510) is known color: Sangria. HEX triplet: 8F, 05 and 10. RGB value is (143,5,16). Sum of RGB (Red+Green+Blue) = 143+5+16=164 (21% of max value = 765). Red value is 143 (56.25% from 255 or 87.20% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0510 is #70FAEF. Grayscale: #2F2F2F. Windows color (decimal): -7404272 or 1049999. OLE color: 1049999.

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

Color convert

RGB 143 5 16 -
CMYK 0 0.97 0.89 0.44
HSL 355.22º 0.93% 0.29% -
HSV(B) 355.22º 0.97% 0.56% -
XYZ 11.48 5.99 1.04 -
YUV 47.52 110.22 196.11 -
System Red Green Blue C M Y K H S L
Decimal 143 5 16 0 0.97 0.89 0.44 355.22 0.93 0.29
Hex 8F 5 10 0 61 59 2C 163 5D 1D
Octal 217 5 20 0 141 131 54 543 135 35
Binary 10001111 101 10000 0 1100001 1011001 101100 101100011 1011101 11101

Color Harmonies of #8F0510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0510

Black with #8F0510

Text Example


Text Example

White with #8F0510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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