#77081A

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

Shades of Burgundy #77081A

Tints of Burgundy #77081A

Color information

#77081A (or 0x77081A) is unknown color: approx Burgundy. HEX triplet: 77, 08 and 1A. RGB value is (119,8,26). Sum of RGB (Red+Green+Blue) = 119+8+26=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #77081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77081A is #88F7E5. Grayscale: #2B2B2B. Windows color (decimal): -8976358 or 1706103. OLE color: 1706103.

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

Color convert

RGB119826-
CMYK00.930.780.53
HSL350.27º87.4%24.9%-
HSV(B)350.27º93.28%46.67%-
XYZ7.884.171.37-
YUV43.24118.27182.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 77.78%
GREEN value IS 8 (3.52% from 255) = 5.23%
BLUE value IS 26 (10.55% from 255) = 16.99%
R=77.78%
G=5.23%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11982600.930.780.53350.2787.424.9
Hex7781A05D4E3515e5719
Octal167103201351166553612731
Binary1110111100011010010111011001110110101101011110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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