Html Css Color HEX #800922 Burgundy

📋 copy color: '#800922'

red 128 ◦ green 9 ◦ blue 34

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

Shades of Burgundy #800922

Tints of Burgundy #800922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.88%

R = 74.85%
G = 5.26%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#800922 (or 0x800922) is known color: Burgundy. HEX triplet: 80, 09 and 22. RGB value is (128,9,34). Sum of RGB (Red+Green+Blue) = 128+9+34=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #800922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800922 is #7FF6DD. Grayscale: #2F2F2F. Windows color (decimal): -8386270 or 2230656. OLE color: 2230656.

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

Color convert

RGB 128 9 34 -
CMYK 0 0.93 0.73 0.50
HSL 347.4º 0.87% 0.27% -
HSV(B) 347.4º 0.93% 0.5% -
XYZ 9.29 4.9 1.97 -
YUV 47.43 120.42 185.47 -
System Red Green Blue C M Y K H S L
Decimal 128 9 34 0 0.93 0.73 0.50 347.4 0.87 0.27
Hex 80 9 22 0 5D 49 32 15B 57 1B
Octal 200 11 42 0 135 111 62 533 127 33
Binary 10000000 1001 100010 0 1011101 1001001 110010 101011011 1010111 11011

Color Harmonies of #800922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800922

Black with #800922

Text Example


Text Example

White with #800922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800922; }

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

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

background-color css

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

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

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

border-color css

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

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

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