#7A0A31

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

Shades of Burgundy #7A0A31

Tints of Burgundy #7A0A31

Color information

#7A0A31 (or 0x7A0A31) is unknown color: approx Burgundy. HEX triplet: 7A, 0A and 31. RGB value is (122,10,49). Sum of RGB (Red+Green+Blue) = 122+10+49=181 (23% of max value = 765). Red value is 122 (48.05% from 255 or 67.40% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0A31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0A31 is #85F5CE. Grayscale: #2F2F2F. Windows color (decimal): -8779215 or 3213946. OLE color: 3213946.

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

Color convert

RGB1221049-
CMYK00.920.600.52
HSL339.11º84.85%25.88%-
HSV(B)339.11º91.8%47.84%-
XYZ8.694.583.33-
YUV47.93128.61180.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 67.40%
GREEN value IS 10 (4.30% from 255) = 5.52%
BLUE value IS 49 (19.53% from 255) = 27.07%
R=67.40%
G=5.52%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122104900.920.600.52339.1184.8525.88
Hex7AA3105C3C34153551a
Octal17212610134746452312532
Binary1111010101011000101011100111100110100101010011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,10,49); }

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

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

 a { background-color: rgb(122,10,49); }

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

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

 span { border-color: rgb(122,10,49); }

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