#7B0431

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

Shades of Burgundy #7B0431

Tints of Burgundy #7B0431

Color information

#7B0431 (or 0x7B0431) is unknown color: approx Burgundy. HEX triplet: 7B, 04 and 31. RGB value is (123,4,49). Sum of RGB (Red+Green+Blue) = 123+4+49=176 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.89% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0431 is #84FBCE. Grayscale: #2C2C2C. Windows color (decimal): -8715215 or 3212411. OLE color: 3212411.

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

Color convert

RGB123449-
CMYK00.970.600.52
HSL337.31º93.7%24.9%-
HSV(B)337.31º96.75%48.24%-
XYZ8.774.523.32-
YUV44.71130.42183.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 69.89%
GREEN value IS 4 (1.95% from 255) = 2.27%
BLUE value IS 49 (19.53% from 255) = 27.84%
R=69.89%
G=2.27%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12344900.970.600.52337.3193.724.9
Hex7B4310613C341515e19
Octal1734610141746452113631
Binary111101110011000101100001111100110100101010001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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