#770827

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

Shades of Burgundy #770827

Tints of Burgundy #770827

Color information

#770827 (or 0x770827) is unknown color: approx Burgundy. HEX triplet: 77, 08 and 27. RGB value is (119,8,39). Sum of RGB (Red+Green+Blue) = 119+8+39=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #770827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770827 is #88F7D8. Grayscale: #2C2C2C. Windows color (decimal): -8976345 or 2558071. OLE color: 2558071.

HSL color Cylindrical-coordinate representation of color #770827: hue angle of 343.24º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770827 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB119839-
CMYK00.930.670.53
HSL343.24º87.4%24.9%-
HSV(B)343.24º93.28%46.67%-
XYZ8.064.242.31-
YUV44.72124.77180.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 71.69%
GREEN value IS 8 (3.52% from 255) = 4.82%
BLUE value IS 39 (15.62% from 255) = 23.49%
R=71.69%
G=4.82%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11983900.930.670.53343.2487.424.9
Hex7782705D43351575719
Octal167104701351036552712731
Binary11101111000100111010111011000011110101101010111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770827; }

 p { color: rgb(119,8,39); }

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

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

 a { background-color: rgb(119,8,39); }

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

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

 span { border-color: rgb(119,8,39); }

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