#7A0819

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

Shades of Burgundy #7A0819

Tints of Burgundy #7A0819

Color information

#7A0819 (or 0x7A0819) is unknown color: approx Burgundy. HEX triplet: 7A, 08 and 19. RGB value is (122,8,25). Sum of RGB (Red+Green+Blue) = 122+8+25=155 (20% of max value = 765). Red value is 122 (48.05% from 255 or 78.71% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0819 is #85F7E6. Grayscale: #2C2C2C. Windows color (decimal): -8779751 or 1640570. OLE color: 1640570.

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

Color convert

RGB122825-
CMYK00.930.800.52
HSL351.05º87.69%25.49%-
HSV(B)351.05º93.44%47.84%-
XYZ8.294.381.33-
YUV44.02117.27183.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 78.71%
GREEN value IS 8 (3.52% from 255) = 5.16%
BLUE value IS 25 (10.16% from 255) = 16.13%
R=78.71%
G=5.16%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12282500.930.800.52351.0587.6925.49
Hex7A81905D503415f5819
Octal172103101351206453713031
Binary1111010100011001010111011010000110100101011111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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