#770E1E

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

Shades of Burgundy #770E1E

Tints of Burgundy #770E1E

Color information

#770E1E (or 0x770E1E) is unknown color: approx Burgundy. HEX triplet: 77, 0E and 1E. RGB value is (119,14,30). Sum of RGB (Red+Green+Blue) = 119+14+30=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #770E1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770E1E is #88F1E1. Grayscale: #2F2F2F. Windows color (decimal): -8974818 or 1969783. OLE color: 1969783.

HSL color Cylindrical-coordinate representation of color #770E1E: hue angle of 350.86º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770E1E is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1191430-
CMYK00.880.750.53
HSL350.86º78.95%26.08%-
HSV(B)350.86º88.24%46.67%-
XYZ84.331.64-
YUV47.22118.29179.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.01%
GREEN value IS 14 (5.86% from 255) = 8.59%
BLUE value IS 30 (12.11% from 255) = 18.40%
R=73.01%
G=8.59%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119143000.880.750.53350.8678.9526.08
Hex77E1E0584B3515f4f1a
Octal167163601301136553711732
Binary1110111111011110010110001001011110101101011111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770E1E; }

 p { color: rgb(119,14,30); }

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

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

 a { background-color: rgb(119,14,30); }

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

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

 span { border-color: rgb(119,14,30); }

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