Html Css Color HEX #801119 Burgundy

📋 copy color: '#801119'

red 128 ◦ green 17 ◦ blue 25

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

Shades of Burgundy #801119

Tints of Burgundy #801119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.71%

R = 75.29%
G = 10%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#801119 (or 0x801119) is known color: Burgundy. HEX triplet: 80, 11 and 19. RGB value is (128,17,25). Sum of RGB (Red+Green+Blue) = 128+17+25=170 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.29% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 128 - color contains mainly: red. Hex color #801119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801119 is #7FEEE6. Grayscale: #333333. Windows color (decimal): -8384231 or 1642880. OLE color: 1642880.

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

Color convert

RGB 128 17 25 -
CMYK 0 0.87 0.80 0.50
HSL 355.68º 0.77% 0.28% -
HSV(B) 355.68º 0.87% 0.5% -
XYZ 9.28 5.06 1.41 -
YUV 51.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 128 17 25 0 0.87 0.80 0.50 355.68 0.77 0.28
Hex 80 11 19 0 57 50 32 164 4D 1C
Octal 200 21 31 0 127 120 62 544 115 34
Binary 10000000 10001 11001 0 1010111 1010000 110010 101100100 1001101 11100

Color Harmonies of #801119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801119

Black with #801119

Text Example


Text Example

White with #801119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801119; }

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

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

background-color css

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

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

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

border-color css

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

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

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