#85091F

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

Shades of Burgundy #85091F

Tints of Burgundy #85091F

Color information

#85091F (or 0x85091F) is unknown color: approx Burgundy. HEX triplet: 85, 09 and 1F. RGB value is (133,9,31). Sum of RGB (Red+Green+Blue) = 133+9+31=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #85091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85091F is #7AF6E0. Grayscale: #303030. Windows color (decimal): -8058593 or 2034053. OLE color: 2034053.

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

Color convert

RGB133931-
CMYK00.930.770.48
HSL349.35º87.32%27.84%-
HSV(B)349.35º93.23%52.16%-
XYZ10.025.281.79-
YUV48.58118.08188.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 76.88%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 31 (12.5% from 255) = 17.92%
R=76.88%
G=5.20%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13393100.930.770.48349.3587.3227.84
Hex8591F05D4D3015d571c
Octal205113701351156053512734
Binary10000101100111111010111011001101110000101011101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85091F; }

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

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

<style>
 a { background-color: #85091F; }

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

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

<style>
 span { border-color: #85091F; }

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

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