#850A1C

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

Shades of Burgundy #850A1C

Tints of Burgundy #850A1C

Color information

#850A1C (or 0x850A1C) is unknown color: approx Burgundy. HEX triplet: 85, 0A and 1C. RGB value is (133,10,28). Sum of RGB (Red+Green+Blue) = 133+10+28=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #850A1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A1C is #7AF5E3. Grayscale: #303030. Windows color (decimal): -8058340 or 1837701. OLE color: 1837701.

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

Color convert

RGB1331028-
CMYK00.920.790.48
HSL351.22º86.01%28.04%-
HSV(B)351.22º92.48%52.16%-
XYZ9.995.291.59-
YUV48.83116.25188.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 77.78%
GREEN value IS 10 (4.30% from 255) = 5.85%
BLUE value IS 28 (11.33% from 255) = 16.37%
R=77.78%
G=5.85%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133102800.920.790.48351.2286.0128.04
Hex85A1C05C4F3015f561c
Octal205123401341176053712634
Binary10000101101011100010111001001111110000101011111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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