#850f34

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

Shades of Burgundy #850F34

Tints of Burgundy #850F34

Color information

#850F34 (or 0x850F34) is unknown color: approx Burgundy. HEX triplet: 85, 0F and 34. RGB value is (133,15,52). Sum of RGB (Red+Green+Blue) = 133+15+52=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #850F34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850F34 is #7AF0CB. Grayscale: #363636. Windows color (decimal): -8057036 or 3411845. OLE color: 3411845.

HSL color Cylindrical-coordinate representation of color #850F34: hue angle of 341.19º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850F34 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1331552-
CMYK00.890.610.48
HSL341.19º79.73%29.02%-
HSV(B)341.19º88.72%52.16%-
XYZ10.465.583.77-
YUV54.5126.59183.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.5%
GREEN value IS 15 (6.25% from 255) = 7.5%
BLUE value IS 52 (20.70% from 255) = 26%
R=66.5%
G=7.5%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133155200.890.610.48341.1979.7329.02
Hex85F340593D30155501d
Octal20517640131756052512035
Binary10000101111111010001011001111101110000101010101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850f34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850f34; }

 p { color: rgb(133,15,52); }

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

<style>
 a { background-color: #850f34; }

 a { background-color: rgb(133,15,52); }

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

<style>
 span { border-color: #850f34; }

 span { border-color: rgb(133,15,52); }

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