#850131

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

Shades of Burgundy #850131

Tints of Burgundy #850131

Color information

#850131 (or 0x850131) is unknown color: approx Burgundy. HEX triplet: 85, 01 and 31. RGB value is (133,1,49). Sum of RGB (Red+Green+Blue) = 133+1+49=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #850131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850131 is #7AFECE. Grayscale: #2D2D2D. Windows color (decimal): -8060623 or 3211653. OLE color: 3211653.

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

Color convert

RGB133149-
CMYK00.990.630.48
HSL338.18º98.51%26.27%-
HSV(B)338.18º99.25%52.16%-
XYZ10.245.233.38-
YUV45.94129.73190.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 72.68%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=72.68%
G=0.55%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13314900.990.630.48338.1898.5126.27
Hex851310633F30152631a
Octal2051610143776052214332
Binary10000101111000101100011111111110000101010010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850131; }

 p { color: rgb(133,1,49); }

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

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

 a { background-color: rgb(133,1,49); }

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

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

 span { border-color: rgb(133,1,49); }

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