#77012A

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

Shades of Burgundy #77012A

Tints of Burgundy #77012A

Color information

#77012A (or 0x77012A) is unknown color: approx Burgundy. HEX triplet: 77, 01 and 2A. RGB value is (119,1,42). Sum of RGB (Red+Green+Blue) = 119+1+42=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #77012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77012A is #88FED5. Grayscale: #282828. Windows color (decimal): -8978134 or 2752887. OLE color: 2752887.

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

Color convert

RGB119142-
CMYK00.990.650.53
HSL339.15º98.33%23.53%-
HSV(B)339.15º99.16%46.67%-
XYZ8.044.112.56-
YUV40.96128.59183.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.46%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=73.46%
G=0.62%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11914200.990.650.53339.1598.3323.53
Hex7712A06341351536218
Octal16715201431016552314230
Binary11101111101010011000111000001110101101010011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77012A; }

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

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

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

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

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

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

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

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