#850A3C

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

Shades of Burgundy #850A3C

Tints of Burgundy #850A3C

Color information

#850A3C (or 0x850A3C) is unknown color: approx Burgundy. HEX triplet: 85, 0A and 3C. RGB value is (133,10,60). Sum of RGB (Red+Green+Blue) = 133+10+60=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #850A3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A3C is #7AF5C3. Grayscale: #343434. Windows color (decimal): -8058308 or 3934853. OLE color: 3934853.

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

Color convert

RGB1331060-
CMYK00.920.550.48
HSL335.61º86.01%28.04%-
HSV(B)335.61º92.48%52.16%-
XYZ10.65.534.78-
YUV52.48132.25185.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.52%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 60 (23.83% from 255) = 29.56%
R=65.52%
G=4.93%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133106000.920.550.48335.6186.0128.04
Hex85A3C05C3730150561c
Octal20512740134676052012634
Binary10000101101011110001011100110111110000101010000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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