#850A38

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

Shades of Burgundy #850A38

Tints of Burgundy #850A38

Color information

#850A38 (or 0x850A38) is unknown color: approx Burgundy. HEX triplet: 85, 0A and 38. RGB value is (133,10,56). Sum of RGB (Red+Green+Blue) = 133+10+56=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #850A38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A38 is #7AF5C7. Grayscale: #333333. Windows color (decimal): -8058312 or 3672709. OLE color: 3672709.

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

Color convert

RGB1331056-
CMYK00.920.580.48
HSL337.56º86.01%28.04%-
HSV(B)337.56º92.48%52.16%-
XYZ10.55.494.25-
YUV52.02130.25185.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.83%
GREEN value IS 10 (4.30% from 255) = 5.03%
BLUE value IS 56 (22.27% from 255) = 28.14%
R=66.83%
G=5.03%
B=28.14%

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
Decimal133105600.920.580.48337.5686.0128.04
Hex85A3805C3A30152561c
Octal20512700134726052212634
Binary10000101101011100001011100111010110000101010010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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