#770612

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

Shades of Burgundy #770612

Tints of Burgundy #770612

Color information

#770612 (or 0x770612) is unknown color: approx Burgundy. HEX triplet: 77, 06 and 12. RGB value is (119,6,18). Sum of RGB (Red+Green+Blue) = 119+6+18=143 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.22% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 119 - color contains mainly: red. Hex color #770612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770612 is #88F9ED. Grayscale: #292929. Windows color (decimal): -8976878 or 1181303. OLE color: 1181303.

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

Color convert

RGB119618-
CMYK00.950.850.53
HSL353.63º90.4%24.51%-
HSV(B)353.63º94.96%46.67%-
XYZ7.784.10.95-
YUV41.15114.94183.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 83.22%
GREEN value IS 6 (2.73% from 255) = 4.20%
BLUE value IS 18 (7.42% from 255) = 12.59%
R=83.22%
G=4.20%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11961800.950.850.53353.6390.424.51
Hex7761205F55351625a19
Octal16762201371256554213231
Binary111011111010010010111111010101110101101100010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770612; }

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

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

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

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

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

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

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

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