#770022

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

Shades of Burgundy #770022

Tints of Burgundy #770022

Color information

#770022 (or 0x770022) is unknown color: approx Burgundy. HEX triplet: 77, 00 and 22. RGB value is (119,0,34). Sum of RGB (Red+Green+Blue) = 119+0+34=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #770022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770022 is #88FFDD. Grayscale: #272727. Windows color (decimal): -8978398 or 2228343. OLE color: 2228343.

HSL color Cylindrical-coordinate representation of color #770022: hue angle of 342.86º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770022 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB119034-
CMYK010.710.53
HSL342.86º100%23.33%-
HSV(B)342.86º100%46.67%-
XYZ7.94.041.88-
YUV39.46124.92184.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 77.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 22.22%
R=77.78%
G=0%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119034010.710.53342.8610023.33
Hex7702206447351576417
Octal16704201441076552714427
Binary11101110100010011001001000111110101101010111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770022; }

 p { color: rgb(119,0,34); }

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

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

 a { background-color: rgb(119,0,34); }

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

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

 span { border-color: rgb(119,0,34); }

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