Html Css Color HEX #801114 Sangria

📋 copy color: '#801114'

red 128 ◦ green 17 ◦ blue 20

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

Shades of Sangria #801114

Tints of Sangria #801114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.12%

R = 77.58%
G = 10.3%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#801114 (or 0x801114) is known color: Sangria. HEX triplet: 80, 11 and 14. RGB value is (128,17,20). Sum of RGB (Red+Green+Blue) = 128+17+20=165 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.58% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 128 - color contains mainly: red. Hex color #801114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801114 is #7FEEEB. Grayscale: #323232. Windows color (decimal): -8384236 or 1315200. OLE color: 1315200.

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

Color convert

RGB 128 17 20 -
CMYK 0 0.87 0.84 0.50
HSL 358.38º 0.77% 0.28% -
HSV(B) 358.38º 0.87% 0.5% -
XYZ 9.23 5.04 1.15 -
YUV 50.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 128 17 20 0 0.87 0.84 0.50 358.38 0.77 0.28
Hex 80 11 14 0 57 54 32 166 4D 1C
Octal 200 21 24 0 127 124 62 546 115 34
Binary 10000000 10001 10100 0 1010111 1010100 110010 101100110 1001101 11100

Color Harmonies of #801114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801114

Black with #801114

Text Example


Text Example

White with #801114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801114; }

 p { color: rgb(128,17,20); }

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

background-color css

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

 a { background-color: rgb(128,17,20); }

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

border-color css

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

 span { border-color: rgb(128,17,20); }

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