#7B0716

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

Shades of Burgundy #7B0716

Tints of Burgundy #7B0716

Color information

#7B0716 (or 0x7B0716) is unknown color: approx Burgundy. HEX triplet: 7B, 07 and 16. RGB value is (123,7,22). Sum of RGB (Red+Green+Blue) = 123+7+22=152 (20% of max value = 765). Red value is 123 (48.44% from 255 or 80.92% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0716 is #84F8E9. Grayscale: #2B2B2B. Windows color (decimal): -8714474 or 1443707. OLE color: 1443707.

HSL color Cylindrical-coordinate representation of color #7B0716: hue angle of 352.24º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0716 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB123722-
CMYK00.940.820.52
HSL352.24º89.23%25.49%-
HSV(B)352.24º94.31%48.24%-
XYZ8.394.421.17-
YUV43.39115.93184.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 80.92%
GREEN value IS 7 (3.12% from 255) = 4.61%
BLUE value IS 22 (8.98% from 255) = 14.47%
R=80.92%
G=4.61%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12372200.940.820.52352.2489.2325.49
Hex7B71605E52341605919
Octal17372601361226454013131
Binary111101111110110010111101010010110100101100000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,7,22); }

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

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

 a { background-color: rgb(123,7,22); }

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

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

 span { border-color: rgb(123,7,22); }

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