#7A0B1C

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

Shades of Burgundy #7A0B1C

Tints of Burgundy #7A0B1C

Color information

#7A0B1C (or 0x7A0B1C) is unknown color: approx Burgundy. HEX triplet: 7A, 0B and 1C. RGB value is (122,11,28). Sum of RGB (Red+Green+Blue) = 122+11+28=161 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.78% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0B1C is #85F4E3. Grayscale: #2E2E2E. Windows color (decimal): -8778980 or 1837946. OLE color: 1837946.

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

Color convert

RGB1221128-
CMYK00.910.770.52
HSL350.81º83.46%26.08%-
HSV(B)350.81º90.98%47.84%-
XYZ8.364.461.52-
YUV46.13117.77182.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 75.78%
GREEN value IS 11 (4.69% from 255) = 6.83%
BLUE value IS 28 (11.33% from 255) = 17.39%
R=75.78%
G=6.83%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122112800.910.770.52350.8183.4626.08
Hex7AB1C05B4D3415f531a
Octal172133401331156453712332
Binary1111010101111100010110111001101110100101011111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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