#770A2D

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

Shades of Burgundy #770A2D

Tints of Burgundy #770A2D

Color information

#770A2D (or 0x770A2D) is unknown color: approx Burgundy. HEX triplet: 77, 0A and 2D. RGB value is (119,10,45). Sum of RGB (Red+Green+Blue) = 119+10+45=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #770A2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770A2D is #88F5D2. Grayscale: #2E2E2E. Windows color (decimal): -8975827 or 2951799. OLE color: 2951799.

HSL color Cylindrical-coordinate representation of color #770A2D: hue angle of 340.73º degrees, saturation: 0.84, 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 #770A2D is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1191045-
CMYK00.920.620.53
HSL340.73º84.5%25.29%-
HSV(B)340.73º91.6%46.67%-
XYZ8.194.332.89-
YUV46.58127.11179.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.39%
GREEN value IS 10 (4.30% from 255) = 5.75%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=68.39%
G=5.75%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119104500.920.620.53340.7384.525.29
Hex77A2D05C3E351555419
Octal16712550134766552512431
Binary1110111101010110101011100111110110101101010101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770A2D; }

 p { color: rgb(119,10,45); }

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

<style>
 a { background-color: #770A2D; }

 a { background-color: rgb(119,10,45); }

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

<style>
 span { border-color: #770A2D; }

 span { border-color: rgb(119,10,45); }

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