#78022B

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

Shades of Burgundy #78022B

Tints of Burgundy #78022B

Color information

#78022B (or 0x78022B) is unknown color: approx Burgundy. HEX triplet: 78, 02 and 2B. RGB value is (120,2,43). Sum of RGB (Red+Green+Blue) = 120+2+43=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #78022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78022B is #87FDD4. Grayscale: #292929. Windows color (decimal): -8912341 or 2818680. OLE color: 2818680.

HSL color Cylindrical-coordinate representation of color #78022B: hue angle of 339.15º 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 #78022B is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB120243-
CMYK00.980.640.53
HSL339.15º96.72%23.92%-
HSV(B)339.15º98.33%47.06%-
XYZ8.24.212.67-
YUV41.96128.59183.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 72.73%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=72.73%
G=1.21%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12024300.980.640.53339.1596.7223.92
Hex7822B06240351536118
Octal17025301421006552314130
Binary111100010101011011000101000000110101101010011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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