#7B081C

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

Shades of Burgundy #7B081C

Tints of Burgundy #7B081C

Color information

#7B081C (or 0x7B081C) is unknown color: approx Burgundy. HEX triplet: 7B, 08 and 1C. RGB value is (123,8,28). Sum of RGB (Red+Green+Blue) = 123+8+28=159 (21% of max value = 765). Red value is 123 (48.44% from 255 or 77.36% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 123 - color contains mainly: red. Hex color #7B081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B081C is #84F7E3. Grayscale: #2C2C2C. Windows color (decimal): -8714212 or 1837179. OLE color: 1837179.

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

Color convert

RGB123828-
CMYK00.930.770.52
HSL349.57º87.79%25.69%-
HSV(B)349.57º93.5%48.24%-
XYZ8.464.471.51-
YUV44.66118.6183.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 77.36%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 28 (11.33% from 255) = 17.61%
R=77.36%
G=5.03%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12382800.930.770.52349.5787.7925.69
Hex7B81C05D4D3415e581a
Octal173103401351156453613032
Binary1111011100011100010111011001101110100101011110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,8,28); }

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

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

 a { background-color: rgb(123,8,28); }

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

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

 span { border-color: rgb(123,8,28); }

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