#77022E

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

Shades of Burgundy #77022E

Tints of Burgundy #77022E

Color information

#77022E (or 0x77022E) is unknown color: approx Burgundy. HEX triplet: 77, 02 and 2E. RGB value is (119,2,46). Sum of RGB (Red+Green+Blue) = 119+2+46=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #77022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77022E is #88FDD1. Grayscale: #292929. Windows color (decimal): -8977874 or 3015287. OLE color: 3015287.

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

Color convert

RGB119246-
CMYK00.980.610.53
HSL337.44º96.69%23.73%-
HSV(B)337.44º98.32%46.67%-
XYZ8.124.162.96-
YUV42130.26182.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 71.26%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=71.26%
G=1.20%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11924600.980.610.53337.4496.6923.73
Hex7722E0623D351516118
Octal1672560142756552114130
Binary11101111010111001100010111101110101101010001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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