#7A050E

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

Shades of Burgundy #7A050E

Tints of Burgundy #7A050E

Color information

#7A050E (or 0x7A050E) is unknown color: approx Burgundy. HEX triplet: 7A, 05 and 0E. RGB value is (122,5,14). Sum of RGB (Red+Green+Blue) = 122+5+14=141 (18% of max value = 765). Red value is 122 (48.05% from 255 or 86.52% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 122 - color contains mainly: red. Hex color #7A050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A050E is #85FAF1. Grayscale: #292929. Windows color (decimal): -8780530 or 918906. OLE color: 918906.

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

Color convert

RGB122514-
CMYK00.960.890.52
HSL355.38º92.13%24.9%-
HSV(B)355.38º95.9%47.84%-
XYZ8.164.280.81-
YUV41.01112.76185.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 86.52%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 14 (5.86% from 255) = 9.93%
R=86.52%
G=3.55%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12251400.960.890.52355.3892.1324.9
Hex7A5E06059341635c19
Octal17251601401316454313431
Binary11110101011110011000001011001110100101100011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,5,14); }

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

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

 a { background-color: rgb(122,5,14); }

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

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

 span { border-color: rgb(122,5,14); }

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