#77062B

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

Shades of Burgundy #77062B

Tints of Burgundy #77062B

Color information

#77062B (or 0x77062B) is unknown color: approx Burgundy. HEX triplet: 77, 06 and 2B. RGB value is (119,6,43). Sum of RGB (Red+Green+Blue) = 119+6+43=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #77062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77062B is #88F9D4. Grayscale: #2B2B2B. Windows color (decimal): -8976853 or 2819703. OLE color: 2819703.

HSL color Cylindrical-coordinate representation of color #77062B: hue angle of 340.35º 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 #77062B is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB119643-
CMYK00.950.640.53
HSL340.35º90.4%24.51%-
HSV(B)340.35º94.96%46.67%-
XYZ8.114.232.67-
YUV44127.44181.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70.83%
GREEN value IS 6 (2.73% from 255) = 3.57%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=70.83%
G=3.57%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11964300.950.640.53340.3590.424.51
Hex7762B05F40351545a19
Octal16765301371006552413231
Binary1110111110101011010111111000000110101101010100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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