#78022E

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

Shades of Burgundy #78022E

Tints of Burgundy #78022E

Color information

#78022E (or 0x78022E) is unknown color: approx Burgundy. HEX triplet: 78, 02 and 2E. RGB value is (120,2,46). Sum of RGB (Red+Green+Blue) = 120+2+46=168 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.43% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 120 - color contains mainly: red. Hex color #78022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78022E is #87FDD1. Grayscale: #2A2A2A. Windows color (decimal): -8912338 or 3015288. OLE color: 3015288.

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

Color convert

RGB120246-
CMYK00.980.620.53
HSL337.63º96.72%23.92%-
HSV(B)337.63º98.33%47.06%-
XYZ8.264.232.97-
YUV42.3130.09183.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.43%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=71.43%
G=1.19%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12024600.980.620.53337.6396.7223.92
Hex7822E0623E351526118
Octal1702560142766552214130
Binary11110001010111001100010111110110101101010010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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