Html Css Color HEX #780822 Burgundy

📋 copy color: '#780822'

red 120 ◦ green 8 ◦ blue 34

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

Shades of Burgundy #780822

Tints of Burgundy #780822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.99%

R = 74.07%
G = 4.94%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#780822 (or 0x780822) is known color: Burgundy. HEX triplet: 78, 08 and 22. RGB value is (120,8,34). Sum of RGB (Red+Green+Blue) = 120+8+34=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #780822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780822 is #87F7DD. Grayscale: #2C2C2C. Windows color (decimal): -8910814 or 2230392. OLE color: 2230392.

HSL color Cylindrical-coordinate representation of color #780822: hue angle of 346.07º 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 #780822 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 8 34 -
CMYK 0 0.93 0.72 0.53
HSL 346.07º 0.88% 0.25% -
HSV(B) 346.07º 0.93% 0.47% -
XYZ 8.12 4.28 1.91 -
YUV 44.45 122.11 181.89 -
System Red Green Blue C M Y K H S L
Decimal 120 8 34 0 0.93 0.72 0.53 346.07 0.88 0.25
Hex 78 8 22 0 5D 48 35 15A 58 19
Octal 170 10 42 0 135 110 65 532 130 31
Binary 1111000 1000 100010 0 1011101 1001000 110101 101011010 1011000 11001

Color Harmonies of #780822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780822

Black with #780822

Text Example


Text Example

White with #780822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780822; }

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

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

background-color css

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

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

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

border-color css

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

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

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