#7A0911

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

Shades of Burgundy #7A0911

Tints of Burgundy #7A0911

Color information

#7A0911 (or 0x7A0911) is unknown color: approx Burgundy. HEX triplet: 7A, 09 and 11. RGB value is (122,9,17). Sum of RGB (Red+Green+Blue) = 122+9+17=148 (19% of max value = 765). Red value is 122 (48.05% from 255 or 82.43% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0911 is #85F6EE. Grayscale: #2B2B2B. Windows color (decimal): -8779503 or 1116538. OLE color: 1116538.

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

Color convert

RGB122917-
CMYK00.930.860.52
HSL355.75º86.26%25.69%-
HSV(B)355.75º92.62%47.84%-
XYZ8.224.370.94-
YUV43.7112.94183.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 82.43%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=82.43%
G=6.08%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12291700.930.860.52355.7586.2625.69
Hex7A91105D5634164561a
Octal172112101351266454412632
Binary1111010100110001010111011010110110100101100100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,9,17); }

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

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

 a { background-color: rgb(122,9,17); }

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

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

 span { border-color: rgb(122,9,17); }

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