#7B0331

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

Shades of Burgundy #7B0331

Tints of Burgundy #7B0331

Color information

#7B0331 (or 0x7B0331) is unknown color: approx Burgundy. HEX triplet: 7B, 03 and 31. RGB value is (123,3,49). Sum of RGB (Red+Green+Blue) = 123+3+49=175 (23% of max value = 765). Red value is 123 (48.44% from 255 or 70.29% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0331 is #84FCCE. Grayscale: #2C2C2C. Windows color (decimal): -8715471 or 3212155. OLE color: 3212155.

HSL color Cylindrical-coordinate representation of color #7B0331: hue angle of 337º 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 #7B0331 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB123349-
CMYK00.980.600.52
HSL337º95.24%24.71%-
HSV(B)337º97.56%48.24%-
XYZ8.764.53.31-
YUV44.12130.76184.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 70.29%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 49 (19.53% from 255) = 28%
R=70.29%
G=1.71%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12334900.980.600.5233795.2424.71
Hex7B3310623C341515f19
Octal1733610142746452113731
Binary11110111111000101100010111100110100101010001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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