#7A0B2C

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

Shades of Burgundy #7A0B2C

Tints of Burgundy #7A0B2C

Color information

#7A0B2C (or 0x7A0B2C) is unknown color: approx Burgundy. HEX triplet: 7A, 0B and 2C. RGB value is (122,11,44). Sum of RGB (Red+Green+Blue) = 122+11+44=177 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.93% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0B2C is #85F4D3. Grayscale: #2F2F2F. Windows color (decimal): -8778964 or 2886522. OLE color: 2886522.

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

Color convert

RGB1221144-
CMYK00.910.640.52
HSL342.16º83.46%26.08%-
HSV(B)342.16º90.98%47.84%-
XYZ8.64.562.81-
YUV47.95125.77180.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 68.93%
GREEN value IS 11 (4.69% from 255) = 6.21%
BLUE value IS 44 (17.58% from 255) = 24.86%
R=68.93%
G=6.21%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122114400.910.640.52342.1683.4626.08
Hex7AB2C05B4034156531a
Octal172135401331006452612332
Binary11110101011101100010110111000000110100101010110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,11,44); }

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

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

 a { background-color: rgb(122,11,44); }

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

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

 span { border-color: rgb(122,11,44); }

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