#770512

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

Shades of Burgundy #770512

Tints of Burgundy #770512

Color information

#770512 (or 0x770512) is unknown color: approx Burgundy. HEX triplet: 77, 05 and 12. RGB value is (119,5,18). Sum of RGB (Red+Green+Blue) = 119+5+18=142 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.80% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 119 - color contains mainly: red. Hex color #770512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770512 is #88FAED. Grayscale: #282828. Windows color (decimal): -8977134 or 1181047. OLE color: 1181047.

HSL color Cylindrical-coordinate representation of color #770512: hue angle of 353.16º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770512 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB119518-
CMYK00.960.850.53
HSL353.16º91.94%24.31%-
HSV(B)353.16º95.8%46.67%-
XYZ7.774.070.95-
YUV40.57115.27183.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 83.80%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=83.80%
G=3.52%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11951800.960.850.53353.1691.9424.31
Hex7751206055351615c18
Octal16752201401256554113430
Binary111011110110010011000001010101110101101100001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770512; }

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

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

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

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

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

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

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

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