#770131

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

Shades of Burgundy #770131

Tints of Burgundy #770131

Color information

#770131 (or 0x770131) is unknown color: approx Burgundy. HEX triplet: 77, 01 and 31. RGB value is (119,1,49). Sum of RGB (Red+Green+Blue) = 119+1+49=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #770131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770131 is #88FECE. Grayscale: #292929. Windows color (decimal): -8978127 or 3211639. OLE color: 3211639.

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

Color convert

RGB119149-
CMYK00.990.590.53
HSL335.59º98.33%23.53%-
HSV(B)335.59º99.16%46.67%-
XYZ8.174.173.28-
YUV41.75132.09183.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70.41%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 49 (19.53% from 255) = 28.99%
R=70.41%
G=0.59%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11914900.990.590.53335.5998.3323.53
Hex771310633B351506218
Octal1671610143736552014230
Binary1110111111000101100011111011110101101010000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770131; }

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

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

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

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

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

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

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

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