#85131C

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

Shades of Burgundy #85131C

Tints of Burgundy #85131C

Color information

#85131C (or 0x85131C) is unknown color: approx Burgundy. HEX triplet: 85, 13 and 1C. RGB value is (133,19,28). Sum of RGB (Red+Green+Blue) = 133+19+28=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #85131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85131C is #7AECE3. Grayscale: #363636. Windows color (decimal): -8056036 or 1840005. OLE color: 1840005.

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

Color convert

RGB1331928-
CMYK00.860.790.48
HSL355.26º75%29.8%-
HSV(B)355.26º85.71%52.16%-
XYZ10.125.541.63-
YUV54.11113.27184.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.89%
GREEN value IS 19 (7.81% from 255) = 10.56%
BLUE value IS 28 (11.33% from 255) = 15.56%
R=73.89%
G=10.56%
B=15.56%

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
Decimal133192800.860.790.48355.267529.8
Hex85131C0564F301634b1e
Octal205233401261176054311336
Binary100001011001111100010101101001111110000101100011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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