#7B031B

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

Shades of Burgundy #7B031B

Tints of Burgundy #7B031B

Color information

#7B031B (or 0x7B031B) is unknown color: approx Burgundy. HEX triplet: 7B, 03 and 1B. RGB value is (123,3,27). Sum of RGB (Red+Green+Blue) = 123+3+27=153 (20% of max value = 765). Red value is 123 (48.44% from 255 or 80.39% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 123 - color contains mainly: red. Hex color #7B031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B031B is #84FCE4. Grayscale: #292929. Windows color (decimal): -8715493 or 1770363. OLE color: 1770363.

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

Color convert

RGB123327-
CMYK00.980.780.52
HSL348º95.24%24.71%-
HSV(B)348º97.56%48.24%-
XYZ8.44.361.43-
YUV41.62119.76186.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 80.39%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 27 (10.94% from 255) = 17.65%
R=80.39%
G=1.96%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12332700.980.780.5234895.2424.71
Hex7B31B0624E3415c5f19
Octal17333301421166453413731
Binary11110111111011011000101001110110100101011100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,3,27); }

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

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

 a { background-color: rgb(123,3,27); }

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

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

 span { border-color: rgb(123,3,27); }

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