#78021A

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

Shades of Burgundy #78021A

Tints of Burgundy #78021A

Color information

#78021A (or 0x78021A) is unknown color: approx Burgundy. HEX triplet: 78, 02 and 1A. RGB value is (120,2,26). Sum of RGB (Red+Green+Blue) = 120+2+26=148 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.08% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 120 - color contains mainly: red. Hex color #78021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78021A is #87FDE5. Grayscale: #282828. Windows color (decimal): -8912358 or 1704568. OLE color: 1704568.

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

Color convert

RGB120226-
CMYK00.980.780.53
HSL347.8º96.72%23.92%-
HSV(B)347.8º98.33%47.06%-
XYZ7.954.111.35-
YUV40.02120.09185.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 81.08%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=81.08%
G=1.35%
B=17.57%

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
Decimal12022600.980.780.53347.896.7223.92
Hex7821A0624E3515c6118
Octal17023201421166553414130
Binary11110001011010011000101001110110101101011100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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