#7A0B19

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

Shades of Burgundy #7A0B19

Tints of Burgundy #7A0B19

Color information

#7A0B19 (or 0x7A0B19) is unknown color: approx Burgundy. HEX triplet: 7A, 0B and 19. RGB value is (122,11,25). Sum of RGB (Red+Green+Blue) = 122+11+25=158 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.22% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0B19 is #85F4E6. Grayscale: #2D2D2D. Windows color (decimal): -8778983 or 1641338. OLE color: 1641338.

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

Color convert

RGB1221125-
CMYK00.910.800.52
HSL352.43º83.46%26.08%-
HSV(B)352.43º90.98%47.84%-
XYZ8.324.451.34-
YUV45.78116.27182.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 77.22%
GREEN value IS 11 (4.69% from 255) = 6.96%
BLUE value IS 25 (10.16% from 255) = 15.82%
R=77.22%
G=6.96%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122112500.910.800.52352.4383.4626.08
Hex7AB1905B5034160531a
Octal172133101331206454012332
Binary1111010101111001010110111010000110100101100000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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