#850920

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

Shades of Burgundy #850920

Tints of Burgundy #850920

Color information

#850920 (or 0x850920) is unknown color: approx Burgundy. HEX triplet: 85, 09 and 20. RGB value is (133,9,32). Sum of RGB (Red+Green+Blue) = 133+9+32=174 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76.44% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 133 - color contains mainly: red. Hex color #850920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850920 is #7AF6DF. Grayscale: #303030. Windows color (decimal): -8058592 or 2099589. OLE color: 2099589.

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

Color convert

RGB133932-
CMYK00.930.760.48
HSL348.87º87.32%27.84%-
HSV(B)348.87º93.23%52.16%-
XYZ10.035.291.86-
YUV48.7118.58188.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 76.44%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=76.44%
G=5.17%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13393200.930.760.48348.8787.3227.84
Hex8592005D4C3015d571c
Octal205114001351146053512734
Binary100001011001100000010111011001100110000101011101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850920; }

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

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

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

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

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

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

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

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