#78022F

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

Shades of Burgundy #78022F

Tints of Burgundy #78022F

Color information

#78022F (or 0x78022F) is unknown color: approx Burgundy. HEX triplet: 78, 02 and 2F. RGB value is (120,2,47). Sum of RGB (Red+Green+Blue) = 120+2+47=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #78022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78022F is #87FDD0. Grayscale: #2A2A2A. Windows color (decimal): -8912337 or 3080824. OLE color: 3080824.

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

Color convert

RGB120247-
CMYK00.980.610.53
HSL337.12º96.72%23.92%-
HSV(B)337.12º98.33%47.06%-
XYZ8.284.243.07-
YUV42.41130.59183.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.01%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 47 (18.75% from 255) = 27.81%
R=71.01%
G=1.18%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12024700.980.610.53337.1296.7223.92
Hex7822F0623D351516118
Octal1702570142756552114130
Binary11110001010111101100010111101110101101010001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78022F; }

 p { color: rgb(120,2,47); }

 H1.HeaderClassName
 {
   color: #78022F;
 }
 .AnyTagClassName
 {
   color: #78022F;
 }
</style>
background-color css

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

 a { background-color: rgb(120,2,47); }

 div.DivClassName
 {
   background-color: #78022F;
 }
 .BgClassName
 {
   background-color: #78022F;
 }
</style>
border-color css

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

 span { border-color: rgb(120,2,47); }

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