#7A0E1A

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

Shades of Burgundy #7A0E1A

Tints of Burgundy #7A0E1A

Color information

#7A0E1A (or 0x7A0E1A) is unknown color: approx Burgundy. HEX triplet: 7A, 0E and 1A. RGB value is (122,14,26). Sum of RGB (Red+Green+Blue) = 122+14+26=162 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.31% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0E1A is #85F1E5. Grayscale: #2F2F2F. Windows color (decimal): -8778214 or 1707642. OLE color: 1707642.

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

Color convert

RGB1221426-
CMYK00.890.790.52
HSL353.33º79.41%26.67%-
HSV(B)353.33º88.52%47.84%-
XYZ8.374.531.41-
YUV47.66115.78181.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 75.31%
GREEN value IS 14 (5.86% from 255) = 8.64%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=75.31%
G=8.64%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122142600.890.790.52353.3379.4126.67
Hex7AE1A0594F341614f1b
Octal172163201311176454111733
Binary1111010111011010010110011001111110100101100001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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