#77081E

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

Shades of Burgundy #77081E

Tints of Burgundy #77081E

Color information

#77081E (or 0x77081E) is unknown color: approx Burgundy. HEX triplet: 77, 08 and 1E. RGB value is (119,8,30). Sum of RGB (Red+Green+Blue) = 119+8+30=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #77081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77081E is #88F7E1. Grayscale: #2B2B2B. Windows color (decimal): -8976354 or 1968247. OLE color: 1968247.

HSL color Cylindrical-coordinate representation of color #77081E: hue angle of 348.11º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77081E is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB119830-
CMYK00.930.750.53
HSL348.11º87.4%24.9%-
HSV(B)348.11º93.28%46.67%-
XYZ7.934.191.62-
YUV43.7120.27181.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 75.80%
GREEN value IS 8 (3.52% from 255) = 5.10%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=75.80%
G=5.10%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11983000.930.750.53348.1187.424.9
Hex7781E05D4B3515c5719
Octal167103601351136553412731
Binary1110111100011110010111011001011110101101011100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77081E; }

 p { color: rgb(119,8,30); }

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

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

 a { background-color: rgb(119,8,30); }

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

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

 span { border-color: rgb(119,8,30); }

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