#85131D

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

Shades of Burgundy #85131D

Tints of Burgundy #85131D

Color information

#85131D (or 0x85131D) is unknown color: approx Burgundy. HEX triplet: 85, 13 and 1D. RGB value is (133,19,29). Sum of RGB (Red+Green+Blue) = 133+19+29=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #85131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85131D is #7AECE2. Grayscale: #363636. Windows color (decimal): -8056035 or 1905541. OLE color: 1905541.

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

Color convert

RGB1331929-
CMYK00.860.780.48
HSL354.74º75%29.8%-
HSV(B)354.74º85.71%52.16%-
XYZ10.135.541.7-
YUV54.23113.77184.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.48%
GREEN value IS 19 (7.81% from 255) = 10.50%
BLUE value IS 29 (11.72% from 255) = 16.02%
R=73.48%
G=10.50%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133192900.860.780.48354.747529.8
Hex85131D0564E301634b1e
Octal205233501261166054311336
Binary100001011001111101010101101001110110000101100011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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