Html Css Color HEX #801314 Sangria

📋 copy color: '#801314'

red 128 ◦ green 19 ◦ blue 20

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

Shades of Sangria #801314

Tints of Sangria #801314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

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

R = 76.65%
G = 11.38%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#801314 (or 0x801314) is known color: Sangria. HEX triplet: 80, 13 and 14. RGB value is (128,19,20). Sum of RGB (Red+Green+Blue) = 128+19+20=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #801314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801314 is #7FECEB. Grayscale: #333333. Windows color (decimal): -8383724 or 1315712. OLE color: 1315712.

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

Color convert

RGB 128 19 20 -
CMYK 0 0.85 0.84 0.50
HSL 359.45º 0.74% 0.29% -
HSV(B) 359.45º 0.85% 0.5% -
XYZ 9.26 5.11 1.16 -
YUV 51.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 128 19 20 0 0.85 0.84 0.50 359.45 0.74 0.29
Hex 80 13 14 0 55 54 32 167 4A 1D
Octal 200 23 24 0 125 124 62 547 112 35
Binary 10000000 10011 10100 0 1010101 1010100 110010 101100111 1001010 11101

Color Harmonies of #801314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801314

Black with #801314

Text Example


Text Example

White with #801314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801314; }

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

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

background-color css

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

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

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

border-color css

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

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

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