#770216

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

Shades of Burgundy #770216

Tints of Burgundy #770216

Color information

#770216 (or 0x770216) is unknown color: approx Burgundy. HEX triplet: 77, 02 and 16. RGB value is (119,2,22). Sum of RGB (Red+Green+Blue) = 119+2+22=143 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.22% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 119 - color contains mainly: red. Hex color #770216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770216 is #88FDE9. Grayscale: #272727. Windows color (decimal): -8977898 or 1442423. OLE color: 1442423.

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

Color convert

RGB119222-
CMYK00.980.820.53
HSL349.74º96.69%23.73%-
HSV(B)349.74º98.32%46.67%-
XYZ7.774.021.13-
YUV39.26118.26184.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 83.22%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 22 (8.98% from 255) = 15.38%
R=83.22%
G=1.40%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11922200.980.820.53349.7496.6923.73
Hex77216062523515e6118
Octal16722601421226553614130
Binary11101111010110011000101010010110101101011110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770216; }

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

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

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

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

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

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

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

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