#770113

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

Shades of Burgundy #770113

Tints of Burgundy #770113

Color information

#770113 (or 0x770113) is unknown color: approx Burgundy. HEX triplet: 77, 01 and 13. RGB value is (119,1,19). Sum of RGB (Red+Green+Blue) = 119+1+19=139 (18% of max value = 765). Red value is 119 (46.88% from 255 or 85.61% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 119 - color contains mainly: red. Hex color #770113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770113 is #88FEEC. Grayscale: #262626. Windows color (decimal): -8978157 or 1245559. OLE color: 1245559.

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

Color convert

RGB119119-
CMYK00.990.840.53
HSL350.85º98.33%23.53%-
HSV(B)350.85º99.16%46.67%-
XYZ7.743.990.98-
YUV38.33117.09185.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 85.61%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=85.61%
G=0.72%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911900.990.840.53350.8598.3323.53
Hex77113063543515f6218
Octal16712301431246553714230
Binary1110111110011011000111010100110101101011111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770113; }

 p { color: rgb(119,1,19); }

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

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

 a { background-color: rgb(119,1,19); }

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

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

 span { border-color: rgb(119,1,19); }

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