#7a0e1b

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

Shades of Burgundy #7A0E1B

Tints of Burgundy #7A0E1B

Color information

#7A0E1B (or 0x7A0E1B) is unknown color: approx Burgundy. HEX triplet: 7A, 0E and 1B. RGB value is (122,14,27). Sum of RGB (Red+Green+Blue) = 122+14+27=163 (21% of max value = 765). Red value is 122 (48.05% from 255 or 74.85% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0E1B is #85F1E4. Grayscale: #2F2F2F. Windows color (decimal): -8778213 or 1773178. OLE color: 1773178.

HSL color Cylindrical-coordinate representation of color #7A0E1B: hue angle of 352.78º 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 #7A0E1B is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB1221427-
CMYK00.890.780.52
HSL352.78º79.41%26.67%-
HSV(B)352.78º88.52%47.84%-
XYZ8.384.531.47-
YUV47.77116.28180.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 74.85%
GREEN value IS 14 (5.86% from 255) = 8.59%
BLUE value IS 27 (10.94% from 255) = 16.56%
R=74.85%
G=8.59%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122142700.890.780.52352.7879.4126.67
Hex7AE1B0594E341614f1b
Octal172163301311166454111733
Binary1111010111011011010110011001110110100101100001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a0e1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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