#7B012A

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

Shades of Burgundy #7B012A

Tints of Burgundy #7B012A

Color information

#7B012A (or 0x7B012A) is unknown color: approx Burgundy. HEX triplet: 7B, 01 and 2A. RGB value is (123,1,42). Sum of RGB (Red+Green+Blue) = 123+1+42=166 (21% of max value = 765). Red value is 123 (48.44% from 255 or 74.10% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 123 - color contains mainly: red. Hex color #7B012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B012A is #84FED5. Grayscale: #2A2A2A. Windows color (decimal): -8715990 or 2752891. OLE color: 2752891.

HSL color Cylindrical-coordinate representation of color #7B012A: hue angle of 339.84º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B012A is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB123142-
CMYK00.990.660.52
HSL339.84º98.39%24.31%-
HSV(B)339.84º99.19%48.24%-
XYZ8.64.42.59-
YUV42.15127.92185.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 74.10%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=74.10%
G=0.60%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12314200.990.660.52339.8498.3924.31
Hex7B12A06342341546218
Octal17315201431026452414230
Binary11110111101010011000111000010110100101010100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,1,42); }

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

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

 a { background-color: rgb(123,1,42); }

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

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

 span { border-color: rgb(123,1,42); }

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