#770A2A

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

Shades of Burgundy #770A2A

Tints of Burgundy #770A2A

Color information

#770A2A (or 0x770A2A) is unknown color: approx Burgundy. HEX triplet: 77, 0A and 2A. RGB value is (119,10,42). Sum of RGB (Red+Green+Blue) = 119+10+42=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #770A2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770A2A is #88F5D5. Grayscale: #2E2E2E. Windows color (decimal): -8975830 or 2755191. OLE color: 2755191.

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

Color convert

RGB1191042-
CMYK00.920.650.53
HSL342.39º84.5%25.29%-
HSV(B)342.39º91.6%46.67%-
XYZ8.134.312.59-
YUV46.24125.61179.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.59%
GREEN value IS 10 (4.30% from 255) = 5.85%
BLUE value IS 42 (16.80% from 255) = 24.56%
R=69.59%
G=5.85%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119104200.920.650.53342.3984.525.29
Hex77A2A05C41351565419
Octal167125201341016552612431
Binary11101111010101010010111001000001110101101010110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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