Html Css Color HEX #780820 Burgundy

📋 copy color: '#780820'

red 120 ◦ green 8 ◦ blue 32

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

Shades of Burgundy #780820

Tints of Burgundy #780820

RGB

 RED value IS 120 (47.27% from 255) = 75%

 GREEN value IS 8 (3.52% from 255) = 5%

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

R = 75%
G = 5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#780820 (or 0x780820) is known color: Burgundy. HEX triplet: 78, 08 and 20. RGB value is (120,8,32). Sum of RGB (Red+Green+Blue) = 120+8+32=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #780820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780820 is #87F7DF. Grayscale: #2C2C2C. Windows color (decimal): -8910816 or 2099320. OLE color: 2099320.

HSL color Cylindrical-coordinate representation of color #780820: hue angle of 347.14º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780820 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 8 32 -
CMYK 0 0.93 0.73 0.53
HSL 347.14º 0.88% 0.25% -
HSV(B) 347.14º 0.93% 0.47% -
XYZ 8.09 4.27 1.76 -
YUV 44.22 121.11 182.05 -
System Red Green Blue C M Y K H S L
Decimal 120 8 32 0 0.93 0.73 0.53 347.14 0.88 0.25
Hex 78 8 20 0 5D 49 35 15B 58 19
Octal 170 10 40 0 135 111 65 533 130 31
Binary 1111000 1000 100000 0 1011101 1001001 110101 101011011 1011000 11001

Color Harmonies of #780820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780820

Black with #780820

Text Example


Text Example

White with #780820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780820; }

 p { color: rgb(120,8,32); }

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

background-color css

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

 a { background-color: rgb(120,8,32); }

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

border-color css

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

 span { border-color: rgb(120,8,32); }

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