#770420

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

Shades of Burgundy #770420

Tints of Burgundy #770420

Color information

#770420 (or 0x770420) is unknown color: approx Burgundy. HEX triplet: 77, 04 and 20. RGB value is (119,4,32). Sum of RGB (Red+Green+Blue) = 119+4+32=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #770420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770420 is #88FBDF. Grayscale: #292929. Windows color (decimal): -8977376 or 2098295. OLE color: 2098295.

HSL color Cylindrical-coordinate representation of color #770420: hue angle of 345.39º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770420 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB119432-
CMYK00.970.730.53
HSL345.39º93.5%24.12%-
HSV(B)345.39º96.64%46.67%-
XYZ7.914.111.74-
YUV41.58122.6183.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 76.77%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 32 (12.89% from 255) = 20.65%
R=76.77%
G=2.58%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11943200.970.730.53345.3993.524.12
Hex7742006149351595d18
Octal16744001411116553113530
Binary1110111100100000011000011001001110101101011001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770420; }

 p { color: rgb(119,4,32); }

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

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

 a { background-color: rgb(119,4,32); }

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

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

 span { border-color: rgb(119,4,32); }

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