#851020

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

Shades of Burgundy #851020

Tints of Burgundy #851020

Color information

#851020 (or 0x851020) is unknown color: approx Burgundy. HEX triplet: 85, 10 and 20. RGB value is (133,16,32). Sum of RGB (Red+Green+Blue) = 133+16+32=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #851020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851020 is #7AEFDF. Grayscale: #343434. Windows color (decimal): -8056800 or 2101381. OLE color: 2101381.

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

Color convert

RGB1331632-
CMYK00.880.760.48
HSL351.79º78.52%29.22%-
HSV(B)351.79º87.97%52.16%-
XYZ10.125.461.89-
YUV52.81116.26185.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.48%
GREEN value IS 16 (6.64% from 255) = 8.84%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=73.48%
G=8.84%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133163200.880.760.48351.7978.5229.22
Hex8510200584C301604f1d
Octal205204001301146054011735
Binary1000010110000100000010110001001100110000101100000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851020; }

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

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

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

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

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

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

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

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