#850A32

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

Shades of Burgundy #850A32

Tints of Burgundy #850A32

Color information

#850A32 (or 0x850A32) is unknown color: approx Burgundy. HEX triplet: 85, 0A and 32. RGB value is (133,10,50). Sum of RGB (Red+Green+Blue) = 133+10+50=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #850A32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A32 is #7AF5CD. Grayscale: #333333. Windows color (decimal): -8058318 or 3279493. OLE color: 3279493.

HSL color Cylindrical-coordinate representation of color #850A32: hue angle of 340.49º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850A32 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1331050-
CMYK00.920.620.48
HSL340.49º86.01%28.04%-
HSV(B)340.49º92.48%52.16%-
XYZ10.365.433.52-
YUV51.34127.25186.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.91%
GREEN value IS 10 (4.30% from 255) = 5.18%
BLUE value IS 50 (19.92% from 255) = 25.91%
R=68.91%
G=5.18%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133105000.920.620.48340.4986.0128.04
Hex85A3205C3E30154561c
Octal20512620134766052412634
Binary10000101101011001001011100111110110000101010100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850A32; }

 p { color: rgb(133,10,50); }

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

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

 a { background-color: rgb(133,10,50); }

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

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

 span { border-color: rgb(133,10,50); }

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