#7B081D

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

Shades of Burgundy #7B081D

Tints of Burgundy #7B081D

Color information

#7B081D (or 0x7B081D) is unknown color: approx Burgundy. HEX triplet: 7B, 08 and 1D. RGB value is (123,8,29). Sum of RGB (Red+Green+Blue) = 123+8+29=160 (21% of max value = 765). Red value is 123 (48.44% from 255 or 76.88% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 123 - color contains mainly: red. Hex color #7B081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B081D is #84F7E2. Grayscale: #2C2C2C. Windows color (decimal): -8714211 or 1902715. OLE color: 1902715.

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

Color convert

RGB123829-
CMYK00.930.760.52
HSL349.04º87.79%25.69%-
HSV(B)349.04º93.5%48.24%-
XYZ8.484.471.58-
YUV44.78119.1183.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 76.88%
GREEN value IS 8 (3.52% from 255) = 5%
BLUE value IS 29 (11.72% from 255) = 18.12%
R=76.88%
G=5%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12382900.930.760.52349.0487.7925.69
Hex7B81D05D4C3415d581a
Octal173103501351146453513032
Binary1111011100011101010111011001100110100101011101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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