#770E22

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

Shades of Burgundy #770E22

Tints of Burgundy #770E22

Color information

#770E22 (or 0x770E22) is unknown color: approx Burgundy. HEX triplet: 77, 0E and 22. RGB value is (119,14,34). Sum of RGB (Red+Green+Blue) = 119+14+34=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #770E22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770E22 is #88F1DD. Grayscale: #2F2F2F. Windows color (decimal): -8974814 or 2231927. OLE color: 2231927.

HSL color Cylindrical-coordinate representation of color #770E22: hue angle of 348.57º 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 #770E22 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB1191434-
CMYK00.880.710.53
HSL348.57º78.95%26.08%-
HSV(B)348.57º88.24%46.67%-
XYZ8.054.351.93-
YUV47.67120.29178.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 71.26%
GREEN value IS 14 (5.86% from 255) = 8.38%
BLUE value IS 34 (13.67% from 255) = 20.36%
R=71.26%
G=8.38%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119143400.880.710.53348.5778.9526.08
Hex77E22058473515d4f1a
Octal167164201301076553511732
Binary11101111110100010010110001000111110101101011101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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