#85121E

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

Shades of Burgundy #85121E

Tints of Burgundy #85121E

Color information

#85121E (or 0x85121E) is unknown color: approx Burgundy. HEX triplet: 85, 12 and 1E. RGB value is (133,18,30). Sum of RGB (Red+Green+Blue) = 133+18+30=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #85121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85121E is #7AEDE1. Grayscale: #353535. Windows color (decimal): -8056290 or 1970821. OLE color: 1970821.

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

Color convert

RGB1331830-
CMYK00.860.770.48
HSL353.74º76.16%29.61%-
HSV(B)353.74º86.47%52.16%-
XYZ10.125.511.76-
YUV53.75114.6184.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.48%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 30 (12.11% from 255) = 16.57%
R=73.48%
G=9.94%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133183000.860.770.48353.7476.1629.61
Hex85121E0564D301624c1e
Octal205223601261156054211436
Binary100001011001011110010101101001101110000101100010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85121E; }

 p { color: rgb(133,18,30); }

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

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

 a { background-color: rgb(133,18,30); }

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

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

 span { border-color: rgb(133,18,30); }

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