Html Css Color HEX #800620 Burgundy

📋 copy color: '#800620'

red 128 ◦ green 6 ◦ blue 32

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

Shades of Burgundy #800620

Tints of Burgundy #800620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.61%

 BLUE value IS 32 (12.89% from 255) = 19.28%

R = 77.11%
G = 3.61%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#800620 (or 0x800620) is known color: Burgundy. HEX triplet: 80, 06 and 20. RGB value is (128,6,32). Sum of RGB (Red+Green+Blue) = 128+6+32=166 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.11% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 128 - color contains mainly: red. Hex color #800620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800620 is #7FF9DF. Grayscale: #2D2D2D. Windows color (decimal): -8387040 or 2098816. OLE color: 2098816.

HSL color Cylindrical-coordinate representation of color #800620: hue angle of 347.21º degrees, saturation: 0.91, 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 #800620 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 6 32 -
CMYK 0 0.95 0.75 0.50
HSL 347.21º 0.91% 0.26% -
HSV(B) 347.21º 0.95% 0.5% -
XYZ 9.23 4.82 1.81 -
YUV 45.44 120.42 186.89 -
System Red Green Blue C M Y K H S L
Decimal 128 6 32 0 0.95 0.75 0.50 347.21 0.91 0.26
Hex 80 6 20 0 5F 4B 32 15B 5B 1A
Octal 200 6 40 0 137 113 62 533 133 32
Binary 10000000 110 100000 0 1011111 1001011 110010 101011011 1011011 11010

Color Harmonies of #800620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800620

Black with #800620

Text Example


Text Example

White with #800620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800620; }

 p { color: rgb(128,6,32); }

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

background-color css

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

 a { background-color: rgb(128,6,32); }

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

border-color css

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

 span { border-color: rgb(128,6,32); }

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