#770016

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

Shades of Burgundy #770016

Tints of Burgundy #770016

Color information

#770016 (or 0x770016) is unknown color: approx Burgundy. HEX triplet: 77, 00 and 16. RGB value is (119,0,22). Sum of RGB (Red+Green+Blue) = 119+0+22=141 (18% of max value = 765). Red value is 119 (46.88% from 255 or 84.40% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 119 - color contains mainly: red. Hex color #770016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770016 is #88FFE9. Grayscale: #262626. Windows color (decimal): -8978410 or 1441911. OLE color: 1441911.

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

Color convert

RGB119022-
CMYK010.820.53
HSL348.91º100%23.33%-
HSV(B)348.91º100%46.67%-
XYZ7.753.981.12-
YUV38.09118.92185.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 84.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 15.60%
R=84.40%
G=0%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119022010.820.53348.9110023.33
Hex77016064523515d6417
Octal16702601441226553514427
Binary1110111010110011001001010010110101101011101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770016; }

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

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

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

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

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

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

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

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