Html Css Color HEX #801113 Sangria

📋 copy color: '#801113'

red 128 ◦ green 17 ◦ blue 19

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

Shades of Sangria #801113

Tints of Sangria #801113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.59%

R = 78.05%
G = 10.37%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#801113 (or 0x801113) is known color: Sangria. HEX triplet: 80, 11 and 13. RGB value is (128,17,19). Sum of RGB (Red+Green+Blue) = 128+17+19=164 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.05% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 128 - color contains mainly: red. Hex color #801113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801113 is #7FEEEC. Grayscale: #323232. Windows color (decimal): -8384237 or 1249664. OLE color: 1249664.

HSL color Cylindrical-coordinate representation of color #801113: hue angle of 358.92º 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 #801113 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 17 19 -
CMYK 0 0.87 0.85 0.50
HSL 358.92º 0.77% 0.28% -
HSV(B) 358.92º 0.87% 0.5% -
XYZ 9.22 5.04 1.1 -
YUV 50.42 110.27 183.34 -
System Red Green Blue C M Y K H S L
Decimal 128 17 19 0 0.87 0.85 0.50 358.92 0.77 0.28
Hex 80 11 13 0 57 55 32 167 4D 1C
Octal 200 21 23 0 127 125 62 547 115 34
Binary 10000000 10001 10011 0 1010111 1010101 110010 101100111 1001101 11100

Color Harmonies of #801113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801113

Black with #801113

Text Example


Text Example

White with #801113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801113; }

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

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

background-color css

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

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

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

border-color css

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

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

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