#851120

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

Shades of Burgundy #851120

Tints of Burgundy #851120

Color information

#851120 (or 0x851120) is unknown color: approx Burgundy. HEX triplet: 85, 11 and 20. RGB value is (133,17,32). Sum of RGB (Red+Green+Blue) = 133+17+32=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #851120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851120 is #7AEEDF. Grayscale: #353535. Windows color (decimal): -8056544 or 2101637. OLE color: 2101637.

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

Color convert

RGB1331732-
CMYK00.870.760.48
HSL352.24º77.33%29.41%-
HSV(B)352.24º87.22%52.16%-
XYZ10.135.491.89-
YUV53.39115.93184.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.08%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 32 (12.89% from 255) = 17.58%
R=73.08%
G=9.34%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133173200.870.760.48352.2477.3329.41
Hex8511200574C301604d1d
Octal205214001271146054011535
Binary1000010110001100000010101111001100110000101100000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851120; }

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

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

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

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

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

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

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

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