#850A29

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

Shades of Burgundy #850A29

Tints of Burgundy #850A29

Color information

#850A29 (or 0x850A29) is unknown color: approx Burgundy. HEX triplet: 85, 0A and 29. RGB value is (133,10,41). Sum of RGB (Red+Green+Blue) = 133+10+41=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #850A29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A29 is #7AF5D6. Grayscale: #323232. Windows color (decimal): -8058327 or 2689669. OLE color: 2689669.

HSL color Cylindrical-coordinate representation of color #850A29: hue angle of 344.88º 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 #850A29 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB1331041-
CMYK00.920.690.48
HSL344.88º86.01%28.04%-
HSV(B)344.88º92.48%52.16%-
XYZ10.185.362.6-
YUV50.31122.75186.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 72.28%
GREEN value IS 10 (4.30% from 255) = 5.43%
BLUE value IS 41 (16.41% from 255) = 22.28%
R=72.28%
G=5.43%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133104100.920.690.48344.8886.0128.04
Hex85A2905C4530159561c
Octal205125101341056053112634
Binary100001011010101001010111001000101110000101011001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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