#85101C

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

Shades of Burgundy #85101C

Tints of Burgundy #85101C

Color information

#85101C (or 0x85101C) is unknown color: approx Burgundy. HEX triplet: 85, 10 and 1C. RGB value is (133,16,28). Sum of RGB (Red+Green+Blue) = 133+16+28=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #85101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85101C is #7AEFE3. Grayscale: #343434. Windows color (decimal): -8056804 or 1839237. OLE color: 1839237.

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

Color convert

RGB1331628-
CMYK00.880.790.48
HSL353.85º78.52%29.22%-
HSV(B)353.85º87.97%52.16%-
XYZ10.075.441.62-
YUV52.35114.26185.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 75.14%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 28 (11.33% from 255) = 15.82%
R=75.14%
G=9.04%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133162800.880.790.48353.8578.5229.22
Hex85101C0584F301624f1d
Octal205203401301176054211735
Binary100001011000011100010110001001111110000101100010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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