#77040C

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

Shades of Burgundy #77040C

Tints of Burgundy #77040C

Color information

#77040C (or 0x77040C) is unknown color: approx Burgundy. HEX triplet: 77, 04 and 0C. RGB value is (119,4,12). Sum of RGB (Red+Green+Blue) = 119+4+12=135 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.15% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 119 - color contains mainly: red. Hex color #77040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77040C is #88FBF3. Grayscale: #272727. Windows color (decimal): -8977396 or 787575. OLE color: 787575.

HSL color Cylindrical-coordinate representation of color #77040C: hue angle of 355.83º 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 #77040C is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB119412-
CMYK00.970.900.53
HSL355.83º93.5%24.12%-
HSV(B)355.83º96.64%46.67%-
XYZ7.724.040.72-
YUV39.3112.6184.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 88.15%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 12 (5.08% from 255) = 8.89%
R=88.15%
G=2.96%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11941200.970.900.53355.8393.524.12
Hex774C0615A351645d18
Octal16741401411326554413530
Binary11101111001100011000011011010110101101100100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77040C; }

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

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

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

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

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

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

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

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