#850A3E

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

Shades of Tyrian Purple #850A3E

Tints of Tyrian Purple #850A3E

Color information

#850A3E (or 0x850A3E) is unknown color: approx Tyrian Purple. HEX triplet: 85, 0A and 3E. RGB value is (133,10,62). Sum of RGB (Red+Green+Blue) = 133+10+62=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #850A3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A3E is #7AF5C1. Grayscale: #343434. Windows color (decimal): -8058306 or 4065925. OLE color: 4065925.

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

Color convert

RGB1331062-
CMYK00.920.530.48
HSL334.63º86.01%28.04%-
HSV(B)334.63º92.48%52.16%-
XYZ10.655.555.07-
YUV52.7133.25185.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.88%
GREEN value IS 10 (4.30% from 255) = 4.88%
BLUE value IS 62 (24.61% from 255) = 30.24%
R=64.88%
G=4.88%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133106200.920.530.48334.6386.0128.04
Hex85A3E05C353014f561c
Octal20512760134656051712634
Binary10000101101011111001011100110101110000101001111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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