#770B2A

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

Shades of Burgundy #770B2A

Tints of Burgundy #770B2A

Color information

#770B2A (or 0x770B2A) is unknown color: approx Burgundy. HEX triplet: 77, 0B and 2A. RGB value is (119,11,42). Sum of RGB (Red+Green+Blue) = 119+11+42=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #770B2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770B2A is #88F4D5. Grayscale: #2E2E2E. Windows color (decimal): -8975574 or 2755447. OLE color: 2755447.

HSL color Cylindrical-coordinate representation of color #770B2A: hue angle of 342.78º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B2A is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1191142-
CMYK00.910.650.53
HSL342.78º83.08%25.49%-
HSV(B)342.78º90.76%46.67%-
XYZ8.154.332.6-
YUV46.83125.28179.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.19%
GREEN value IS 11 (4.69% from 255) = 6.40%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=69.19%
G=6.40%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119114200.910.650.53342.7883.0825.49
Hex77B2A05B41351575319
Octal167135201331016552712331
Binary11101111011101010010110111000001110101101010111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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