#85092B

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

Shades of Burgundy #85092B

Tints of Burgundy #85092B

Color information

#85092B (or 0x85092B) is unknown color: approx Burgundy. HEX triplet: 85, 09 and 2B. RGB value is (133,9,43). Sum of RGB (Red+Green+Blue) = 133+9+43=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #85092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85092B is #7AF6D4. Grayscale: #313131. Windows color (decimal): -8058581 or 2820485. OLE color: 2820485.

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

Color convert

RGB133943-
CMYK00.930.680.48
HSL343.55º87.32%27.84%-
HSV(B)343.55º93.23%52.16%-
XYZ10.215.362.78-
YUV49.95124.08187.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 71.89%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 43 (17.19% from 255) = 23.24%
R=71.89%
G=4.86%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13394300.930.680.48343.5587.3227.84
Hex8592B05D4430158571c
Octal205115301351046053012734
Binary100001011001101011010111011000100110000101011000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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