#85092E

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

Shades of Burgundy #85092E

Tints of Burgundy #85092E

Color information

#85092E (or 0x85092E) is unknown color: approx Burgundy. HEX triplet: 85, 09 and 2E. RGB value is (133,9,46). Sum of RGB (Red+Green+Blue) = 133+9+46=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #85092E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85092E is #7AF6D1. Grayscale: #323232. Windows color (decimal): -8058578 or 3017093. OLE color: 3017093.

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

Color convert

RGB133946-
CMYK00.930.650.48
HSL342.1º87.32%27.84%-
HSV(B)342.1º93.23%52.16%-
XYZ10.265.383.08-
YUV50.29125.58186.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 70.74%
GREEN value IS 9 (3.91% from 255) = 4.79%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=70.74%
G=4.79%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13394600.930.650.48342.187.3227.84
Hex8592E05D4130156571c
Octal205115601351016052612734
Binary100001011001101110010111011000001110000101010110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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