#85051F

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

Shades of Burgundy #85051F

Tints of Burgundy #85051F

Color information

#85051F (or 0x85051F) is unknown color: approx Burgundy. HEX triplet: 85, 05 and 1F. RGB value is (133,5,31). Sum of RGB (Red+Green+Blue) = 133+5+31=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #85051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85051F is #7AFAE0. Grayscale: #2E2E2E. Windows color (decimal): -8059617 or 2033029. OLE color: 2033029.

HSL color Cylindrical-coordinate representation of color #85051F: hue angle of 347.81º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85051F is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB133531-
CMYK00.960.770.48
HSL347.81º92.75%27.06%-
HSV(B)347.81º96.24%52.16%-
XYZ9.975.191.77-
YUV46.24119.41189.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 78.70%
GREEN value IS 5 (2.34% from 255) = 2.96%
BLUE value IS 31 (12.5% from 255) = 18.34%
R=78.70%
G=2.96%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13353100.960.770.48347.8192.7527.06
Hex8551F0604D3015c5d1b
Octal20553701401156053413533
Binary1000010110111111011000001001101110000101011100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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