Html Css Color HEX #800F10 Sangria

📋 copy color: '#800F10'

red 128 ◦ green 15 ◦ blue 16

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

Shades of Sangria #800F10

Tints of Sangria #800F10

RGB

 RED value IS 128 (50.39% from 255) = 80.5%

 GREEN value IS 15 (6.25% from 255) = 9.43%

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

R = 80.5%
G = 9.43%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#800F10 (or 0x800F10) is known color: Sangria. HEX triplet: 80, 0F and 10. RGB value is (128,15,16). Sum of RGB (Red+Green+Blue) = 128+15+16=159 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80.50% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 128 - color contains mainly: red. Hex color #800F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800F10 is #7FF0EF. Grayscale: #313131. Windows color (decimal): -8384752 or 1052544. OLE color: 1052544.

HSL color Cylindrical-coordinate representation of color #800F10: hue angle of 359.47º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #800F10 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 15 16 -
CMYK 0 0.88 0.88 0.50
HSL 359.47º 0.79% 0.28% -
HSV(B) 359.47º 0.88% 0.5% -
XYZ 9.17 4.97 0.97 -
YUV 48.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 128 15 16 0 0.88 0.88 0.50 359.47 0.79 0.28
Hex 80 F 10 0 58 58 32 167 4F 1C
Octal 200 17 20 0 130 130 62 547 117 34
Binary 10000000 1111 10000 0 1011000 1011000 110010 101100111 1001111 11100

Color Harmonies of #800F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800F10

Black with #800F10

Text Example


Text Example

White with #800F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800F10; }

 p { color: rgb(128,15,16); }

 H1.HeaderClassName
 {
   color: #800F10;
 }
 .AnyTagClassName
 {
   color: #800F10;
 }
</style>

background-color css

<style>
 a { background-color: #800F10; }

 a { background-color: rgb(128,15,16); }

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

border-color css

<style>
 span { border-color: #800F10; }

 span { border-color: rgb(128,15,16); }

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