#85122b

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

Shades of Burgundy #85122B

Tints of Burgundy #85122B

Color information

#85122B (or 0x85122B) is unknown color: approx Burgundy. HEX triplet: 85, 12 and 2B. RGB value is (133,18,43). Sum of RGB (Red+Green+Blue) = 133+18+43=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #85122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85122B is #7AEDD4. Grayscale: #373737. Windows color (decimal): -8056277 or 2822789. OLE color: 2822789.

HSL color Cylindrical-coordinate representation of color #85122B: hue angle of 346.96º degrees, saturation: 0.76, 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 #85122B is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1331843-
CMYK00.860.680.48
HSL346.96º76.16%29.61%-
HSV(B)346.96º86.47%52.16%-
XYZ10.335.592.82-
YUV55.24121.1183.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.56%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 43 (17.19% from 255) = 22.16%
R=68.56%
G=9.28%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133184300.860.680.48346.9676.1629.61
Hex85122B056443015b4c1e
Octal205225301261046053311436
Binary1000010110010101011010101101000100110000101011011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85122b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85122b; }

 p { color: rgb(133,18,43); }

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

<style>
 a { background-color: #85122b; }

 a { background-color: rgb(133,18,43); }

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

<style>
 span { border-color: #85122b; }

 span { border-color: rgb(133,18,43); }

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