#850820

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

Shades of Burgundy #850820

Tints of Burgundy #850820

Color information

#850820 (or 0x850820) is unknown color: approx Burgundy. HEX triplet: 85, 08 and 20. RGB value is (133,8,32). Sum of RGB (Red+Green+Blue) = 133+8+32=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #850820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850820 is #7AF7DF. Grayscale: #303030. Windows color (decimal): -8058848 or 2099333. OLE color: 2099333.

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

Color convert

RGB133832-
CMYK00.940.760.48
HSL348.48º88.65%27.65%-
HSV(B)348.48º93.98%52.16%-
XYZ10.025.261.85-
YUV48.11118.91188.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 76.88%
GREEN value IS 8 (3.52% from 255) = 4.62%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=76.88%
G=4.62%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13383200.940.760.48348.4888.6527.65
Hex8582005E4C3015c591c
Octal205104001361146053413134
Binary100001011000100000010111101001100110000101011100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850820; }

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

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

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

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

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

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

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

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