#850821

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

Shades of Burgundy #850821

Tints of Burgundy #850821

Color information

#850821 (or 0x850821) is unknown color: approx Burgundy. HEX triplet: 85, 08 and 21. RGB value is (133,8,33). Sum of RGB (Red+Green+Blue) = 133+8+33=174 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76.44% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 133 - color contains mainly: red. Hex color #850821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850821 is #7AF7DE. Grayscale: #303030. Windows color (decimal): -8058847 or 2164869. OLE color: 2164869.

HSL color Cylindrical-coordinate representation of color #850821: hue angle of 348º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850821 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB133833-
CMYK00.940.750.48
HSL348º88.65%27.65%-
HSV(B)348º93.98%52.16%-
XYZ10.035.271.93-
YUV48.22119.41188.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 76.44%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 33 (13.28% from 255) = 18.97%
R=76.44%
G=4.60%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13383300.940.750.4834888.6527.65
Hex8582105E4B3015c591c
Octal205104101361136053413134
Binary100001011000100001010111101001011110000101011100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850821; }

 p { color: rgb(133,8,33); }

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

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

 a { background-color: rgb(133,8,33); }

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

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

 span { border-color: rgb(133,8,33); }

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