#77081D

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

Shades of Burgundy #77081D

Tints of Burgundy #77081D

Color information

#77081D (or 0x77081D) is unknown color: approx Burgundy. HEX triplet: 77, 08 and 1D. RGB value is (119,8,29). Sum of RGB (Red+Green+Blue) = 119+8+29=156 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.28% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 119 - color contains mainly: red. Hex color #77081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77081D is #88F7E2. Grayscale: #2B2B2B. Windows color (decimal): -8976355 or 1902711. OLE color: 1902711.

HSL color Cylindrical-coordinate representation of color #77081D: hue angle of 348.65º 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 #77081D is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB119829-
CMYK00.930.760.53
HSL348.65º87.4%24.9%-
HSV(B)348.65º93.28%46.67%-
XYZ7.924.181.55-
YUV43.58119.77181.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 76.28%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 29 (11.72% from 255) = 18.59%
R=76.28%
G=5.13%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11982900.930.760.53348.6587.424.9
Hex7781D05D4C3515d5719
Octal167103501351146553512731
Binary1110111100011101010111011001100110101101011101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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