Html Css Color HEX #780420 Burgundy

📋 copy color: '#780420'

red 120 ◦ green 4 ◦ blue 32

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

Shades of Burgundy #780420

Tints of Burgundy #780420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.56%

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

R = 76.92%
G = 2.56%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#780420 (or 0x780420) is known color: Burgundy. HEX triplet: 78, 04 and 20. RGB value is (120,4,32). Sum of RGB (Red+Green+Blue) = 120+4+32=156 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.92% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 120 - color contains mainly: red. Hex color #780420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780420 is #87FBDF. Grayscale: #292929. Windows color (decimal): -8911840 or 2098296. OLE color: 2098296.

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

Color convert

RGB 120 4 32 -
CMYK 0 0.97 0.73 0.53
HSL 345.52º 0.94% 0.24% -
HSV(B) 345.52º 0.97% 0.47% -
XYZ 8.05 4.18 1.75 -
YUV 41.88 122.43 183.72 -
System Red Green Blue C M Y K H S L
Decimal 120 4 32 0 0.97 0.73 0.53 345.52 0.94 0.24
Hex 78 4 20 0 61 49 35 15A 5E 18
Octal 170 4 40 0 141 111 65 532 136 30
Binary 1111000 100 100000 0 1100001 1001001 110101 101011010 1011110 11000

Color Harmonies of #780420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780420

Black with #780420

Text Example


Text Example

White with #780420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780420; }

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

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

background-color css

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

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

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

border-color css

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

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

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