#78021B

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

Shades of Burgundy #78021B

Tints of Burgundy #78021B

Color information

#78021B (or 0x78021B) is unknown color: approx Burgundy. HEX triplet: 78, 02 and 1B. RGB value is (120,2,27). Sum of RGB (Red+Green+Blue) = 120+2+27=149 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80.54% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 120 - color contains mainly: red. Hex color #78021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78021B is #87FDE4. Grayscale: #282828. Windows color (decimal): -8912357 or 1770104. OLE color: 1770104.

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

Color convert

RGB120227-
CMYK00.980.780.53
HSL347.29º96.72%23.92%-
HSV(B)347.29º98.33%47.06%-
XYZ7.974.121.41-
YUV40.13120.59184.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 80.54%
GREEN value IS 2 (1.17% from 255) = 1.34%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=80.54%
G=1.34%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12022700.980.780.53347.2996.7223.92
Hex7821B0624E3515b6118
Octal17023301421166553314130
Binary11110001011011011000101001110110101101011011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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