#77072A

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

Shades of Burgundy #77072A

Tints of Burgundy #77072A

Color information

#77072A (or 0x77072A) is unknown color: approx Burgundy. HEX triplet: 77, 07 and 2A. RGB value is (119,7,42). Sum of RGB (Red+Green+Blue) = 119+7+42=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #77072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77072A is #88F8D5. Grayscale: #2C2C2C. Windows color (decimal): -8976598 or 2754423. OLE color: 2754423.

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

Color convert

RGB119742-
CMYK00.940.650.53
HSL341.25º88.89%24.71%-
HSV(B)341.25º94.12%46.67%-
XYZ8.14.242.58-
YUV44.48126.61181.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70.83%
GREEN value IS 7 (3.12% from 255) = 4.17%
BLUE value IS 42 (16.80% from 255) = 25%
R=70.83%
G=4.17%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11974200.940.650.53341.2588.8924.71
Hex7772A05E41351555919
Octal16775201361016552513131
Binary1110111111101010010111101000001110101101010101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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