#7B0412

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

Shades of Burgundy #7B0412

Tints of Burgundy #7B0412

Color information

#7B0412 (or 0x7B0412) is unknown color: approx Burgundy. HEX triplet: 7B, 04 and 12. RGB value is (123,4,18). Sum of RGB (Red+Green+Blue) = 123+4+18=145 (19% of max value = 765). Red value is 123 (48.44% from 255 or 84.83% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0412 is #84FBED. Grayscale: #292929. Windows color (decimal): -8715246 or 1180795. OLE color: 1180795.

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

Color convert

RGB123418-
CMYK00.970.850.52
HSL352.94º93.7%24.9%-
HSV(B)352.94º96.75%48.24%-
XYZ8.324.340.97-
YUV41.18114.92186.36-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 84.83%
GREEN value IS 4 (1.95% from 255) = 2.76%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=84.83%
G=2.76%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12341800.970.850.52352.9493.724.9
Hex7B41206155341615e19
Octal17342201411256454113631
Binary111101110010010011000011010101110100101100001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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