#850A1E

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

Shades of Burgundy #850A1E

Tints of Burgundy #850A1E

Color information

#850A1E (or 0x850A1E) is unknown color: approx Burgundy. HEX triplet: 85, 0A and 1E. RGB value is (133,10,30). Sum of RGB (Red+Green+Blue) = 133+10+30=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #850A1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A1E is #7AF5E1. Grayscale: #313131. Windows color (decimal): -8058338 or 1968773. OLE color: 1968773.

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

Color convert

RGB1331030-
CMYK00.920.770.48
HSL350.24º86.01%28.04%-
HSV(B)350.24º92.48%52.16%-
XYZ10.025.31.72-
YUV49.06117.25187.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 76.88%
GREEN value IS 10 (4.30% from 255) = 5.78%
BLUE value IS 30 (12.11% from 255) = 17.34%
R=76.88%
G=5.78%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133103000.920.770.48350.2486.0128.04
Hex85A1E05C4D3015e561c
Octal205123601341156053612634
Binary10000101101011110010111001001101110000101011110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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