Html Css Color HEX #801013 Sangria

📋 copy color: '#801013'

red 128 ◦ green 16 ◦ blue 19

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

Shades of Sangria #801013

Tints of Sangria #801013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.82%

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

R = 78.53%
G = 9.82%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#801013 (or 0x801013) is known color: Sangria. HEX triplet: 80, 10 and 13. RGB value is (128,16,19). Sum of RGB (Red+Green+Blue) = 128+16+19=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #801013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801013 is #7FEFEC. Grayscale: #313131. Windows color (decimal): -8384493 or 1249408. OLE color: 1249408.

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

Color convert

RGB 128 16 19 -
CMYK 0 0.88 0.85 0.50
HSL 358.39º 0.78% 0.28% -
HSV(B) 358.39º 0.88% 0.5% -
XYZ 9.2 5.01 1.1 -
YUV 49.83 110.61 183.76 -
System Red Green Blue C M Y K H S L
Decimal 128 16 19 0 0.88 0.85 0.50 358.39 0.78 0.28
Hex 80 10 13 0 58 55 32 166 4E 1C
Octal 200 20 23 0 130 125 62 546 116 34
Binary 10000000 10000 10011 0 1011000 1010101 110010 101100110 1001110 11100

Color Harmonies of #801013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801013

Black with #801013

Text Example


Text Example

White with #801013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801013; }

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

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

background-color css

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

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

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

border-color css

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

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

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