Html Css Color HEX #780520 Burgundy

📋 copy color: '#780520'

red 120 ◦ green 5 ◦ blue 32

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

Shades of Burgundy #780520

Tints of Burgundy #780520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.18%

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

R = 76.43%
G = 3.18%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#780520 (or 0x780520) is known color: Burgundy. HEX triplet: 78, 05 and 20. RGB value is (120,5,32). Sum of RGB (Red+Green+Blue) = 120+5+32=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #780520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780520 is #87FADF. Grayscale: #2A2A2A. Windows color (decimal): -8911584 or 2098552. OLE color: 2098552.

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

Color convert

RGB 120 5 32 -
CMYK 0 0.96 0.73 0.53
HSL 345.91º 0.92% 0.25% -
HSV(B) 345.91º 0.96% 0.47% -
XYZ 8.06 4.21 1.75 -
YUV 42.46 122.1 183.3 -
System Red Green Blue C M Y K H S L
Decimal 120 5 32 0 0.96 0.73 0.53 345.91 0.92 0.25
Hex 78 5 20 0 60 49 35 15A 5C 19
Octal 170 5 40 0 140 111 65 532 134 31
Binary 1111000 101 100000 0 1100000 1001001 110101 101011010 1011100 11001

Color Harmonies of #780520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780520

Black with #780520

Text Example


Text Example

White with #780520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780520; }

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

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

background-color css

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

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

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

border-color css

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

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

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