Html Css Color HEX #800722 Burgundy

📋 copy color: '#800722'

red 128 ◦ green 7 ◦ blue 34

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

Shades of Burgundy #800722

Tints of Burgundy #800722

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.14%

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

R = 75.74%
G = 4.14%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#800722 (or 0x800722) is known color: Burgundy. HEX triplet: 80, 07 and 22. RGB value is (128,7,34). Sum of RGB (Red+Green+Blue) = 128+7+34=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #800722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800722 is #7FF8DD. Grayscale: #2E2E2E. Windows color (decimal): -8386782 or 2230144. OLE color: 2230144.

HSL color Cylindrical-coordinate representation of color #800722: hue angle of 346.61º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800722 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 7 34 -
CMYK 0 0.95 0.73 0.50
HSL 346.61º 0.9% 0.26% -
HSV(B) 346.61º 0.95% 0.5% -
XYZ 9.27 4.86 1.96 -
YUV 46.26 121.09 186.3 -
System Red Green Blue C M Y K H S L
Decimal 128 7 34 0 0.95 0.73 0.50 346.61 0.9 0.26
Hex 80 7 22 0 5F 49 32 15B 5A 1A
Octal 200 7 42 0 137 111 62 533 132 32
Binary 10000000 111 100010 0 1011111 1001001 110010 101011011 1011010 11010

Color Harmonies of #800722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800722

Black with #800722

Text Example


Text Example

White with #800722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800722; }

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

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

background-color css

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

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

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

border-color css

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

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

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