#85072F

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

Shades of Burgundy #85072F

Tints of Burgundy #85072F

Color information

#85072F (or 0x85072F) is unknown color: approx Burgundy. HEX triplet: 85, 07 and 2F. RGB value is (133,7,47). Sum of RGB (Red+Green+Blue) = 133+7+47=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #85072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85072F is #7AF8D0. Grayscale: #313131. Windows color (decimal): -8059089 or 3082117. OLE color: 3082117.

HSL color Cylindrical-coordinate representation of color #85072F: hue angle of 340.95º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85072F is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB133747-
CMYK00.950.650.48
HSL340.95º90%27.45%-
HSV(B)340.95º94.74%52.16%-
XYZ10.265.343.18-
YUV49.23126.74187.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 71.12%
GREEN value IS 7 (3.12% from 255) = 3.74%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=71.12%
G=3.74%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13374700.950.650.48340.959027.45
Hex8572F05F41301555a1b
Octal20575701371016052513233
Binary10000101111101111010111111000001110000101010101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,7,47); }

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

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

 a { background-color: rgb(133,7,47); }

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

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

 span { border-color: rgb(133,7,47); }

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