#850A19

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

Shades of Burgundy #850A19

Tints of Burgundy #850A19

Color information

#850A19 (or 0x850A19) is unknown color: approx Burgundy. HEX triplet: 85, 0A and 19. RGB value is (133,10,25). Sum of RGB (Red+Green+Blue) = 133+10+25=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #850A19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850A19 is #7AF5E6. Grayscale: #303030. Windows color (decimal): -8058343 or 1641093. OLE color: 1641093.

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

Color convert

RGB1331025-
CMYK00.920.810.48
HSL352.68º86.01%28.04%-
HSV(B)352.68º92.48%52.16%-
XYZ9.965.271.41-
YUV48.49114.75188.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 79.17%
GREEN value IS 10 (4.30% from 255) = 5.95%
BLUE value IS 25 (10.16% from 255) = 14.88%
R=79.17%
G=5.95%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133102500.920.810.48352.6886.0128.04
Hex85A1905C5130161561c
Octal205123101341216054112634
Binary10000101101011001010111001010001110000101100001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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