#77072B

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

Shades of Burgundy #77072B

Tints of Burgundy #77072B

Color information

#77072B (or 0x77072B) is unknown color: approx Burgundy. HEX triplet: 77, 07 and 2B. RGB value is (119,7,43). Sum of RGB (Red+Green+Blue) = 119+7+43=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #77072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77072B is #88F8D4. Grayscale: #2C2C2C. Windows color (decimal): -8976597 or 2819959. OLE color: 2819959.

HSL color Cylindrical-coordinate representation of color #77072B: hue angle of 340.71º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77072B is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB119743-
CMYK00.940.640.53
HSL340.71º88.89%24.71%-
HSV(B)340.71º94.12%46.67%-
XYZ8.124.252.68-
YUV44.59127.11181.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70.41%
GREEN value IS 7 (3.12% from 255) = 4.14%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=70.41%
G=4.14%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11974300.940.640.53340.7188.8924.71
Hex7772B05E40351555919
Octal16775301361006552513131
Binary1110111111101011010111101000000110101101010101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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