Html Css Color HEX #780920 Burgundy

📋 copy color: '#780920'

red 120 ◦ green 9 ◦ blue 32

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

Shades of Burgundy #780920

Tints of Burgundy #780920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

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

R = 74.53%
G = 5.59%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#780920 (or 0x780920) is known color: Burgundy. HEX triplet: 78, 09 and 20. RGB value is (120,9,32). Sum of RGB (Red+Green+Blue) = 120+9+32=161 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.53% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 120 - color contains mainly: red. Hex color #780920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780920 is #87F6DF. Grayscale: #2C2C2C. Windows color (decimal): -8910560 or 2099576. OLE color: 2099576.

HSL color Cylindrical-coordinate representation of color #780920: hue angle of 347.57º degrees, saturation: 0.86, 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 #780920 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 9 32 -
CMYK 0 0.92 0.73 0.53
HSL 347.57º 0.86% 0.25% -
HSV(B) 347.57º 0.93% 0.47% -
XYZ 8.1 4.29 1.77 -
YUV 44.81 120.77 181.63 -
System Red Green Blue C M Y K H S L
Decimal 120 9 32 0 0.92 0.73 0.53 347.57 0.86 0.25
Hex 78 9 20 0 5C 49 35 15C 56 19
Octal 170 11 40 0 134 111 65 534 126 31
Binary 1111000 1001 100000 0 1011100 1001001 110101 101011100 1010110 11001

Color Harmonies of #780920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780920

Black with #780920

Text Example


Text Example

White with #780920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780920; }

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

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

background-color css

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

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

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

border-color css

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

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

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