#850B39

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

Shades of Burgundy #850B39

Tints of Burgundy #850B39

Color information

#850B39 (or 0x850B39) is unknown color: approx Burgundy. HEX triplet: 85, 0B and 39. RGB value is (133,11,57). Sum of RGB (Red+Green+Blue) = 133+11+57=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #850B39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850B39 is #7AF4C6. Grayscale: #343434. Windows color (decimal): -8058055 or 3738501. OLE color: 3738501.

HSL color Cylindrical-coordinate representation of color #850B39: hue angle of 337.38º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850B39 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1331157-
CMYK00.920.570.48
HSL337.38º84.72%28.24%-
HSV(B)337.38º91.73%52.16%-
XYZ10.535.524.38-
YUV52.72130.42185.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.17%
GREEN value IS 11 (4.69% from 255) = 5.47%
BLUE value IS 57 (22.66% from 255) = 28.36%
R=66.17%
G=5.47%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133115700.920.570.48337.3884.7228.24
Hex85B3905C3930151551c
Octal20513710134716052112534
Binary10000101101111100101011100111001110000101010001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,11,57); }

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

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

 a { background-color: rgb(133,11,57); }

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

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

 span { border-color: rgb(133,11,57); }

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