#85121C

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

Shades of Burgundy #85121C

Tints of Burgundy #85121C

Color information

#85121C (or 0x85121C) is unknown color: approx Burgundy. HEX triplet: 85, 12 and 1C. RGB value is (133,18,28). Sum of RGB (Red+Green+Blue) = 133+18+28=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #85121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85121C is #7AEDE3. Grayscale: #353535. Windows color (decimal): -8056292 or 1839749. OLE color: 1839749.

HSL color Cylindrical-coordinate representation of color #85121C: hue angle of 354.78º 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 #85121C is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB1331828-
CMYK00.860.790.48
HSL354.78º76.16%29.61%-
HSV(B)354.78º86.47%52.16%-
XYZ10.15.51.63-
YUV53.52113.6184.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 74.30%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 28 (11.33% from 255) = 15.64%
R=74.30%
G=10.06%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133182800.860.790.48354.7876.1629.61
Hex85121C0564F301634c1e
Octal205223401261176054311436
Binary100001011001011100010101101001111110000101100011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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