#85081B

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

Shades of Burgundy #85081B

Tints of Burgundy #85081B

Color information

#85081B (or 0x85081B) is unknown color: approx Burgundy. HEX triplet: 85, 08 and 1B. RGB value is (133,8,27). Sum of RGB (Red+Green+Blue) = 133+8+27=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #85081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85081B is #7AF7E4. Grayscale: #2F2F2F. Windows color (decimal): -8058853 or 1771653. OLE color: 1771653.

HSL color Cylindrical-coordinate representation of color #85081B: hue angle of 350.88º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85081B is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB133827-
CMYK00.940.800.48
HSL350.88º88.65%27.65%-
HSV(B)350.88º93.98%52.16%-
XYZ9.965.241.52-
YUV47.54116.41188.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 79.17%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 27 (10.94% from 255) = 16.07%
R=79.17%
G=4.76%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13382700.940.800.48350.8888.6527.65
Hex8581B05E503015f591c
Octal205103301361206053713134
Binary10000101100011011010111101010000110000101011111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85081B; }

 p { color: rgb(133,8,27); }

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

<style>
 a { background-color: #85081B; }

 a { background-color: rgb(133,8,27); }

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

<style>
 span { border-color: #85081B; }

 span { border-color: rgb(133,8,27); }

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