#77041A

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

Shades of Burgundy #77041A

Tints of Burgundy #77041A

Color information

#77041A (or 0x77041A) is unknown color: approx Burgundy. HEX triplet: 77, 04 and 1A. RGB value is (119,4,26). Sum of RGB (Red+Green+Blue) = 119+4+26=149 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.87% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 119 - color contains mainly: red. Hex color #77041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77041A is #88FBE5. Grayscale: #282828. Windows color (decimal): -8977382 or 1705079. OLE color: 1705079.

HSL color Cylindrical-coordinate representation of color #77041A: hue angle of 348.52º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77041A is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB119426-
CMYK00.970.780.53
HSL348.52º93.5%24.12%-
HSV(B)348.52º96.64%46.67%-
XYZ7.844.081.35-
YUV40.89119.6183.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 79.87%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 26 (10.55% from 255) = 17.45%
R=79.87%
G=2.68%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11942600.970.780.53348.5293.524.12
Hex7741A0614E3515d5d18
Octal16743201411166553513530
Binary111011110011010011000011001110110101101011101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,4,26); }

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

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

 a { background-color: rgb(119,4,26); }

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

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

 span { border-color: rgb(119,4,26); }

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