#850025

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

Shades of Burgundy #850025

Tints of Burgundy #850025

Color information

#850025 (or 0x850025) is unknown color: approx Burgundy. HEX triplet: 85, 00 and 25. RGB value is (133,0,37). Sum of RGB (Red+Green+Blue) = 133+0+37=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #850025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850025 is #7AFFDA. Grayscale: #2B2B2B. Windows color (decimal): -8060891 or 2424965. OLE color: 2424965.

HSL color Cylindrical-coordinate representation of color #850025: hue angle of 343.31º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850025 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB133037-
CMYK010.720.48
HSL343.31º100%26.08%-
HSV(B)343.31º100%52.16%-
XYZ10.015.122.21-
YUV43.98124.06191.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 78.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 21.76%
R=78.24%
G=0%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133037010.720.48343.3110026.08
Hex850250644830157641a
Octal20504501441106052714432
Binary100001010100101011001001001000110000101010111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850025; }

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

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

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

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

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

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

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

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