#770C2A

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

Shades of Burgundy #770C2A

Tints of Burgundy #770C2A

Color information

#770C2A (or 0x770C2A) is unknown color: approx Burgundy. HEX triplet: 77, 0C and 2A. RGB value is (119,12,42). Sum of RGB (Red+Green+Blue) = 119+12+42=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #770C2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C2A is #88F3D5. Grayscale: #2F2F2F. Windows color (decimal): -8975318 or 2755703. OLE color: 2755703.

HSL color Cylindrical-coordinate representation of color #770C2A: hue angle of 343.18º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C2A is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1191242-
CMYK00.900.650.53
HSL343.18º81.68%25.69%-
HSV(B)343.18º89.92%46.67%-
XYZ8.164.352.6-
YUV47.41124.95179.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.79%
GREEN value IS 12 (5.08% from 255) = 6.94%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=68.79%
G=6.94%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119124200.900.650.53343.1881.6825.69
Hex77C2A05A4135157521a
Octal167145201321016552712232
Binary11101111100101010010110101000001110101101010111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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