#7A0119

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

Shades of Burgundy #7A0119

Tints of Burgundy #7A0119

Color information

#7A0119 (or 0x7A0119) is unknown color: approx Burgundy. HEX triplet: 7A, 01 and 19. RGB value is (122,1,25). Sum of RGB (Red+Green+Blue) = 122+1+25=148 (19% of max value = 765). Red value is 122 (48.05% from 255 or 82.43% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0119 is #85FEE6. Grayscale: #272727. Windows color (decimal): -8781543 or 1638778. OLE color: 1638778.

HSL color Cylindrical-coordinate representation of color #7A0119: hue angle of 348.1º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A0119 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB122125-
CMYK00.990.800.52
HSL348.1º98.37%24.12%-
HSV(B)348.1º99.18%47.84%-
XYZ8.214.231.3-
YUV39.92119.59186.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 82.43%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=82.43%
G=0.68%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12212500.990.800.52348.198.3724.12
Hex7A119063503415c6218
Octal17213101431206453414230
Binary1111010111001011000111010000110100101011100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A0119; }

 p { color: rgb(122,1,25); }

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

<style>
 a { background-color: #7A0119; }

 a { background-color: rgb(122,1,25); }

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

<style>
 span { border-color: #7A0119; }

 span { border-color: rgb(122,1,25); }

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