#850A25

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

Shades of Burgundy #850A25

Tints of Burgundy #850A25

Color information

#850A25 (or 0x850A25) is unknown color: approx Burgundy. HEX triplet: 85, 0A and 25. RGB value is (133,10,37). Sum of RGB (Red+Green+Blue) = 133+10+37=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #850A25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A25 is #7AF5DA. Grayscale: #313131. Windows color (decimal): -8058331 or 2427525. OLE color: 2427525.

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

Color convert

RGB1331037-
CMYK00.920.720.48
HSL346.83º86.01%28.04%-
HSV(B)346.83º92.48%52.16%-
XYZ10.125.342.25-
YUV49.85120.75187.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.89%
GREEN value IS 10 (4.30% from 255) = 5.56%
BLUE value IS 37 (14.84% from 255) = 20.56%
R=73.89%
G=5.56%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133103700.920.720.48346.8386.0128.04
Hex85A2505C483015b561c
Octal205124501341106053312634
Binary100001011010100101010111001001000110000101011011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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