#85092D

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

Shades of Burgundy #85092D

Tints of Burgundy #85092D

Color information

#85092D (or 0x85092D) is unknown color: approx Burgundy. HEX triplet: 85, 09 and 2D. RGB value is (133,9,45). Sum of RGB (Red+Green+Blue) = 133+9+45=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #85092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85092D is #7AF6D2. Grayscale: #323232. Windows color (decimal): -8058579 or 2951557. OLE color: 2951557.

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

Color convert

RGB133945-
CMYK00.930.660.48
HSL342.58º87.32%27.84%-
HSV(B)342.58º93.23%52.16%-
XYZ10.245.372.98-
YUV50.18125.08187.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 71.12%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 45 (17.97% from 255) = 24.06%
R=71.12%
G=4.81%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13394500.930.660.48342.5887.3227.84
Hex8592D05D4230157571c
Octal205115501351026052712734
Binary100001011001101101010111011000010110000101010111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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