#850325

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

Shades of Burgundy #850325

Tints of Burgundy #850325

Color information

#850325 (or 0x850325) is unknown color: approx Burgundy. HEX triplet: 85, 03 and 25. RGB value is (133,3,37). Sum of RGB (Red+Green+Blue) = 133+3+37=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #850325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850325 is #7AFCDA. Grayscale: #2D2D2D. Windows color (decimal): -8060123 or 2425733. OLE color: 2425733.

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

Color convert

RGB133337-
CMYK00.980.720.48
HSL344.31º95.59%26.67%-
HSV(B)344.31º97.74%52.16%-
XYZ10.045.192.22-
YUV45.75123.07190.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 76.88%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 37 (14.84% from 255) = 21.39%
R=76.88%
G=1.73%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13333700.980.720.48344.3195.5926.67
Hex853250624830158601b
Octal20534501421106053014033
Binary1000010111100101011000101001000110000101011000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850325; }

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

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

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

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

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

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

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

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