#77082E

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

Shades of Burgundy #77082E

Tints of Burgundy #77082E

Color information

#77082E (or 0x77082E) is unknown color: approx Burgundy. HEX triplet: 77, 08 and 2E. RGB value is (119,8,46). Sum of RGB (Red+Green+Blue) = 119+8+46=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #77082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77082E is #88F7D1. Grayscale: #2D2D2D. Windows color (decimal): -8976338 or 3016823. OLE color: 3016823.

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

Color convert

RGB119846-
CMYK00.930.610.53
HSL339.46º87.4%24.9%-
HSV(B)339.46º93.28%46.67%-
XYZ8.194.292.98-
YUV45.52128.27180.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.79%
GREEN value IS 8 (3.52% from 255) = 4.62%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=68.79%
G=4.62%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11984600.930.610.53339.4687.424.9
Hex7782E05D3D351535719
Octal16710560135756552312731
Binary1110111100010111001011101111101110101101010011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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