Html Css Color HEX #800110 Sangria

📋 copy color: '#800110'

red 128 ◦ green 1 ◦ blue 16

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

Shades of Sangria #800110

Tints of Sangria #800110

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

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

R = 88.28%
G = 0.69%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#800110 (or 0x800110) is known color: Sangria. HEX triplet: 80, 01 and 10. RGB value is (128,1,16). Sum of RGB (Red+Green+Blue) = 128+1+16=145 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.28% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 128 - color contains mainly: red. Hex color #800110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800110 is #7FFEEF. Grayscale: #282828. Windows color (decimal): -8388336 or 1048960. OLE color: 1048960.

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

Color convert

RGB 128 1 16 -
CMYK 0 0.99 0.88 0.50
HSL 352.91º 0.98% 0.25% -
HSV(B) 352.91º 0.99% 0.5% -
XYZ 9.01 4.65 0.91 -
YUV 40.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 128 1 16 0 0.99 0.88 0.50 352.91 0.98 0.25
Hex 80 1 10 0 63 58 32 161 62 19
Octal 200 1 20 0 143 130 62 541 142 31
Binary 10000000 1 10000 0 1100011 1011000 110010 101100001 1100010 11001

Color Harmonies of #800110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800110

Black with #800110

Text Example


Text Example

White with #800110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800110; }

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

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

background-color css

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

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

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

border-color css

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

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

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