#77082F

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

Shades of Burgundy #77082F

Tints of Burgundy #77082F

Color information

#77082F (or 0x77082F) is unknown color: approx Burgundy. HEX triplet: 77, 08 and 2F. RGB value is (119,8,47). Sum of RGB (Red+Green+Blue) = 119+8+47=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #77082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77082F is #88F7D0. Grayscale: #2D2D2D. Windows color (decimal): -8976337 or 3082359. OLE color: 3082359.

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

Color convert

RGB119847-
CMYK00.930.610.53
HSL338.92º87.4%24.9%-
HSV(B)338.92º93.28%46.67%-
XYZ8.214.33.09-
YUV45.63128.77180.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.39%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 47 (18.75% from 255) = 27.01%
R=68.39%
G=4.60%
B=27.01%

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
Decimal11984700.930.610.53338.9287.424.9
Hex7782F05D3D351535719
Octal16710570135756552312731
Binary1110111100010111101011101111101110101101010011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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