#770812

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

Shades of Burgundy #770812

Tints of Burgundy #770812

Color information

#770812 (or 0x770812) is unknown color: approx Burgundy. HEX triplet: 77, 08 and 12. RGB value is (119,8,18). Sum of RGB (Red+Green+Blue) = 119+8+18=145 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.07% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 119 - color contains mainly: red. Hex color #770812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770812 is #88F7ED. Grayscale: #2A2A2A. Windows color (decimal): -8976366 or 1181815. OLE color: 1181815.

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

Color convert

RGB119818-
CMYK00.930.850.53
HSL354.59º87.4%24.9%-
HSV(B)354.59º93.28%46.67%-
XYZ7.84.140.96-
YUV42.33114.27182.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 82.07%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=82.07%
G=5.52%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11981800.930.850.53354.5987.424.9
Hex7781205D55351635719
Octal167102201351256554312731
Binary1110111100010010010111011010101110101101100011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770812; }

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

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

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

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

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

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

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

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