#85101F

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

Shades of Burgundy #85101F

Tints of Burgundy #85101F

Color information

#85101F (or 0x85101F) is unknown color: approx Burgundy. HEX triplet: 85, 10 and 1F. RGB value is (133,16,31). Sum of RGB (Red+Green+Blue) = 133+16+31=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #85101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85101F is #7AEFE0. Grayscale: #343434. Windows color (decimal): -8056801 or 2035845. OLE color: 2035845.

HSL color Cylindrical-coordinate representation of color #85101F: hue angle of 352.31º 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 #85101F is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1331631-
CMYK00.880.770.48
HSL352.31º78.52%29.22%-
HSV(B)352.31º87.97%52.16%-
XYZ10.115.461.82-
YUV52.69115.76185.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.89%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 31 (12.5% from 255) = 17.22%
R=73.89%
G=8.89%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133163100.880.770.48352.3178.5229.22
Hex85101F0584D301604f1d
Octal205203701301156054011735
Binary100001011000011111010110001001101110000101100000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85101F; }

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

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

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

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

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

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

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

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