#77062A

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

Shades of Burgundy #77062A

Tints of Burgundy #77062A

Color information

#77062A (or 0x77062A) is unknown color: approx Burgundy. HEX triplet: 77, 06 and 2A. RGB value is (119,6,42). Sum of RGB (Red+Green+Blue) = 119+6+42=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #77062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77062A is #88F9D5. Grayscale: #2B2B2B. Windows color (decimal): -8976854 or 2754167. OLE color: 2754167.

HSL color Cylindrical-coordinate representation of color #77062A: hue angle of 340.88º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #77062A is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB119642-
CMYK00.950.650.53
HSL340.88º90.4%24.51%-
HSV(B)340.88º94.96%46.67%-
XYZ8.094.222.58-
YUV43.89126.94181.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 71.26%
GREEN value IS 6 (2.73% from 255) = 3.59%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=71.26%
G=3.59%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11964200.950.650.53340.8890.424.51
Hex7762A05F41351555a19
Octal16765201371016552513231
Binary1110111110101010010111111000001110101101010101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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