#780822

Color #780822 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #780822

Tints of Burgundy #780822

Color information

#780822 (or 0x780822) is unknown color: approx 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

RGB120834-
CMYK00.930.720.53
HSL346.07º87.5%25.1%-
HSV(B)346.07º93.33%47.06%-
XYZ8.124.281.91-
YUV44.45122.11181.89-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12083400.930.720.53346.0787.525.1
Hex7882205D483515a5819
Octal170104201351106553213031
Binary11110001000100010010111011001000110101101011010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>