#770017

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

Shades of Burgundy #770017

Tints of Burgundy #770017

Color information

#770017 (or 0x770017) is unknown color: approx Burgundy. HEX triplet: 77, 00 and 17. RGB value is (119,0,23). Sum of RGB (Red+Green+Blue) = 119+0+23=142 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.80% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 119 - color contains mainly: red. Hex color #770017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770017 is #88FFE8. Grayscale: #262626. Windows color (decimal): -8978409 or 1507447. OLE color: 1507447.

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

Color convert

RGB119023-
CMYK010.810.53
HSL348.4º100%23.33%-
HSV(B)348.4º100%46.67%-
XYZ7.763.981.17-
YUV38.2119.42185.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 83.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 16.20%
R=83.80%
G=0%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119023010.810.53348.410023.33
Hex77017064513515c6417
Octal16702701441216553414427
Binary1110111010111011001001010001110101101011100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770017; }

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

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

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

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

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

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

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

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