#770031

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

Shades of Burgundy #770031

Tints of Burgundy #770031

Color information

#770031 (or 0x770031) is unknown color: approx Burgundy. HEX triplet: 77, 00 and 31. RGB value is (119,0,49). Sum of RGB (Red+Green+Blue) = 119+0+49=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #770031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770031 is #88FFCE. Grayscale: #292929. Windows color (decimal): -8978383 or 3211383. OLE color: 3211383.

HSL color Cylindrical-coordinate representation of color #770031: hue angle of 335.29º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770031 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB119049-
CMYK010.590.53
HSL335.29º100%23.33%-
HSV(B)335.29º100%46.67%-
XYZ8.164.143.28-
YUV41.17132.42183.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 29.17%
R=70.83%
G=0%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119049010.590.53335.2910023.33
Hex770310643B3514f6417
Octal1670610144736551714427
Binary1110111011000101100100111011110101101001111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770031; }

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

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

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

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

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

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

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

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