#77082A

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

Shades of Burgundy #77082A

Tints of Burgundy #77082A

Color information

#77082A (or 0x77082A) is unknown color: approx Burgundy. HEX triplet: 77, 08 and 2A. RGB value is (119,8,42). Sum of RGB (Red+Green+Blue) = 119+8+42=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #77082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77082A is #88F7D5. Grayscale: #2D2D2D. Windows color (decimal): -8976342 or 2754679. OLE color: 2754679.

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

Color convert

RGB119842-
CMYK00.930.650.53
HSL341.62º87.4%24.9%-
HSV(B)341.62º93.28%46.67%-
XYZ8.114.262.59-
YUV45.06126.27180.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70.41%
GREEN value IS 8 (3.52% from 255) = 4.73%
BLUE value IS 42 (16.80% from 255) = 24.85%
R=70.41%
G=4.73%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11984200.930.650.53341.6287.424.9
Hex7782A05D41351565719
Octal167105201351016552612731
Binary11101111000101010010111011000001110101101010110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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