#850822

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

Shades of Burgundy #850822

Tints of Burgundy #850822

Color information

#850822 (or 0x850822) is unknown color: approx Burgundy. HEX triplet: 85, 08 and 22. RGB value is (133,8,34). Sum of RGB (Red+Green+Blue) = 133+8+34=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #850822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850822 is #7AF7DD. Grayscale: #303030. Windows color (decimal): -8058846 or 2230405. OLE color: 2230405.

HSL color Cylindrical-coordinate representation of color #850822: hue angle of 347.52º 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 #850822 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB133834-
CMYK00.940.740.48
HSL347.52º88.65%27.65%-
HSV(B)347.52º93.98%52.16%-
XYZ10.055.282-
YUV48.34119.91188.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 76%
GREEN value IS 8 (3.52% from 255) = 4.57%
BLUE value IS 34 (13.67% from 255) = 19.43%
R=76%
G=4.57%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13383400.940.740.48347.5288.6527.65
Hex8582205E4A3015c591c
Octal205104201361126053413134
Binary100001011000100010010111101001010110000101011100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850822; }

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

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

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

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

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

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

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

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