#7B0531

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

Shades of Burgundy #7B0531

Tints of Burgundy #7B0531

Color information

#7B0531 (or 0x7B0531) is unknown color: approx Burgundy. HEX triplet: 7B, 05 and 31. RGB value is (123,5,49). Sum of RGB (Red+Green+Blue) = 123+5+49=177 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.49% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0531 is #84FACE. Grayscale: #2D2D2D. Windows color (decimal): -8714959 or 3212667. OLE color: 3212667.

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

Color convert

RGB123549-
CMYK00.960.600.52
HSL337.63º92.19%25.1%-
HSV(B)337.63º95.93%48.24%-
XYZ8.784.543.32-
YUV45.3130.09183.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 69.49%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 49 (19.53% from 255) = 27.68%
R=69.49%
G=2.82%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12354900.960.600.52337.6392.1925.1
Hex7B5310603C341525c19
Octal1735610140746452213431
Binary111101110111000101100000111100110100101010010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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