#77092C

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

Shades of Burgundy #77092C

Tints of Burgundy #77092C

Color information

#77092C (or 0x77092C) is unknown color: approx Burgundy. HEX triplet: 77, 09 and 2C. RGB value is (119,9,44). Sum of RGB (Red+Green+Blue) = 119+9+44=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #77092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77092C is #88F6D3. Grayscale: #2D2D2D. Windows color (decimal): -8976084 or 2886007. OLE color: 2886007.

HSL color Cylindrical-coordinate representation of color #77092C: hue angle of 340.91º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77092C is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB119944-
CMYK00.920.630.53
HSL340.91º85.94%25.1%-
HSV(B)340.91º92.44%46.67%-
XYZ8.164.32.78-
YUV45.88126.94180.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.19%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=69.19%
G=5.23%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11994400.920.630.53340.9185.9425.1
Hex7792C05C3F351555619
Octal16711540134776552512631
Binary1110111100110110001011100111111110101101010101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77092C; }

 p { color: rgb(119,9,44); }

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

<style>
 a { background-color: #77092C; }

 a { background-color: rgb(119,9,44); }

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

<style>
 span { border-color: #77092C; }

 span { border-color: rgb(119,9,44); }

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