Html Css Color HEX #800914 Burgundy

📋 copy color: '#800914'

red 128 ◦ green 9 ◦ blue 20

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

Shades of Burgundy #800914

Tints of Burgundy #800914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.73%

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

R = 81.53%
G = 5.73%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#800914 (or 0x800914) is known color: Burgundy. HEX triplet: 80, 09 and 14. RGB value is (128,9,20). Sum of RGB (Red+Green+Blue) = 128+9+20=157 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.53% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 128 - color contains mainly: red. Hex color #800914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800914 is #7FF6EB. Grayscale: #2D2D2D. Windows color (decimal): -8386284 or 1313152. OLE color: 1313152.

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

Color convert

RGB 128 9 20 -
CMYK 0 0.93 0.84 0.50
HSL 354.45º 0.87% 0.27% -
HSV(B) 354.45º 0.93% 0.5% -
XYZ 9.13 4.84 1.11 -
YUV 45.84 113.42 186.61 -
System Red Green Blue C M Y K H S L
Decimal 128 9 20 0 0.93 0.84 0.50 354.45 0.87 0.27
Hex 80 9 14 0 5D 54 32 162 57 1B
Octal 200 11 24 0 135 124 62 542 127 33
Binary 10000000 1001 10100 0 1011101 1010100 110010 101100010 1010111 11011

Color Harmonies of #800914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800914

Black with #800914

Text Example


Text Example

White with #800914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800914; }

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

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

background-color css

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

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

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

border-color css

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

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

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