#770210

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

Shades of Burgundy #770210

Tints of Burgundy #770210

Color information

#770210 (or 0x770210) is unknown color: approx Burgundy. HEX triplet: 77, 02 and 10. RGB value is (119,2,16). Sum of RGB (Red+Green+Blue) = 119+2+16=137 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.86% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 119 - color contains mainly: red. Hex color #770210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770210 is #88FDEF. Grayscale: #262626. Windows color (decimal): -8977904 or 1049207. OLE color: 1049207.

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

Color convert

RGB119216-
CMYK00.980.870.53
HSL352.82º96.69%23.73%-
HSV(B)352.82º98.32%46.67%-
XYZ7.7240.86-
YUV38.58115.26185.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 86.86%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 16 (6.64% from 255) = 11.68%
R=86.86%
G=1.46%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11921600.980.870.53352.8296.6923.73
Hex7721006257351616118
Octal16722001421276554114130
Binary11101111010000011000101010111110101101100001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770210; }

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

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

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

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

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

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

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

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