#77022F

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

Shades of Burgundy #77022F

Tints of Burgundy #77022F

Color information

#77022F (or 0x77022F) is unknown color: approx Burgundy. HEX triplet: 77, 02 and 2F. RGB value is (119,2,47). Sum of RGB (Red+Green+Blue) = 119+2+47=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #77022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77022F is #88FDD0. Grayscale: #2A2A2A. Windows color (decimal): -8977873 or 3080823. OLE color: 3080823.

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

Color convert

RGB119247-
CMYK00.980.610.53
HSL336.92º96.69%23.73%-
HSV(B)336.92º98.32%46.67%-
XYZ8.144.173.07-
YUV42.11130.76182.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70.83%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=70.83%
G=1.19%
B=27.98%

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
Decimal11924700.980.610.53336.9296.6923.73
Hex7722F0623D351516118
Octal1672570142756552114130
Binary11101111010111101100010111101110101101010001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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