#850B38

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

Shades of Burgundy #850B38

Tints of Burgundy #850B38

Color information

#850B38 (or 0x850B38) is unknown color: approx Burgundy. HEX triplet: 85, 0B and 38. RGB value is (133,11,56). Sum of RGB (Red+Green+Blue) = 133+11+56=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #850B38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850B38 is #7AF4C7. Grayscale: #343434. Windows color (decimal): -8058056 or 3672965. OLE color: 3672965.

HSL color Cylindrical-coordinate representation of color #850B38: hue angle of 337.87º 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 #850B38 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1331156-
CMYK00.920.580.48
HSL337.87º84.72%28.24%-
HSV(B)337.87º91.73%52.16%-
XYZ10.515.514.25-
YUV52.61129.92185.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.5%
GREEN value IS 11 (4.69% from 255) = 5.5%
BLUE value IS 56 (22.27% from 255) = 28%
R=66.5%
G=5.5%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133115600.920.580.48337.8784.7228.24
Hex85B3805C3A30152551c
Octal20513700134726052212534
Binary10000101101111100001011100111010110000101010010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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