#7B0912

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

Shades of Burgundy #7B0912

Tints of Burgundy #7B0912

Color information

#7B0912 (or 0x7B0912) is unknown color: approx Burgundy. HEX triplet: 7B, 09 and 12. RGB value is (123,9,18). Sum of RGB (Red+Green+Blue) = 123+9+18=150 (19% of max value = 765). Red value is 123 (48.44% from 255 or 82% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0912 is #84F6ED. Grayscale: #2C2C2C. Windows color (decimal): -8713966 or 1182075. OLE color: 1182075.

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

Color convert

RGB123918-
CMYK00.930.850.52
HSL355.26º86.36%25.88%-
HSV(B)355.26º92.68%48.24%-
XYZ8.384.450.99-
YUV44.11113.27184.27-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 82%
GREEN value IS 9 (3.91% from 255) = 6%
BLUE value IS 18 (7.42% from 255) = 12%
R=82%
G=6%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12391800.930.850.52355.2686.3625.88
Hex7B91205D5534163561a
Octal173112201351256454312632
Binary1111011100110010010111011010101110100101100011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,9,18); }

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

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

 a { background-color: rgb(123,9,18); }

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

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

 span { border-color: rgb(123,9,18); }

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