#78022D

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

Shades of Burgundy #78022D

Tints of Burgundy #78022D

Color information

#78022D (or 0x78022D) is unknown color: approx Burgundy. HEX triplet: 78, 02 and 2D. RGB value is (120,2,45). Sum of RGB (Red+Green+Blue) = 120+2+45=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #78022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78022D is #87FDD2. Grayscale: #2A2A2A. Windows color (decimal): -8912339 or 2949752. OLE color: 2949752.

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

Color convert

RGB120245-
CMYK00.980.630.53
HSL338.14º96.72%23.92%-
HSV(B)338.14º98.33%47.06%-
XYZ8.244.232.86-
YUV42.18129.59183.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.86%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=71.86%
G=1.20%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12024500.980.630.53338.1496.7223.92
Hex7822D0623F351526118
Octal1702550142776552214130
Binary11110001010110101100010111111110101101010010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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