#7B081E

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

Shades of Burgundy #7B081E

Tints of Burgundy #7B081E

Color information

#7B081E (or 0x7B081E) is unknown color: approx Burgundy. HEX triplet: 7B, 08 and 1E. RGB value is (123,8,30). Sum of RGB (Red+Green+Blue) = 123+8+30=161 (21% of max value = 765). Red value is 123 (48.44% from 255 or 76.40% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 123 - color contains mainly: red. Hex color #7B081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B081E is #84F7E1. Grayscale: #2C2C2C. Windows color (decimal): -8714210 or 1968251. OLE color: 1968251.

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

Color convert

RGB123830-
CMYK00.930.760.52
HSL348.52º87.79%25.69%-
HSV(B)348.52º93.5%48.24%-
XYZ8.494.481.65-
YUV44.89119.6183.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 76.40%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=76.40%
G=4.97%
B=18.63%

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
Decimal12383000.930.760.52348.5287.7925.69
Hex7B81E05D4C3415d581a
Octal173103601351146453513032
Binary1111011100011110010111011001100110100101011101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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