#854750

Color #854750 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #854750

Tints of Solid Pink #854750

Color information

#854750 (or 0x854750) is unknown color: approx Solid Pink. HEX triplet: 85, 47 and 50. RGB value is (133,71,80). Sum of RGB (Red+Green+Blue) = 133+71+80=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #854750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854750 is #7AB8AF. Grayscale: #5A5A5A. Windows color (decimal): -8042672 or 5261189. OLE color: 5261189.

HSL color Cylindrical-coordinate representation of color #854750: hue angle of 351.29º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854750 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1337180-
CMYK00.470.400.48
HSL351.29º30.39%40%-
HSV(B)351.29º46.62%52.16%-
XYZ13.3710.078.83-
YUV90.56122.04158.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.83%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=46.83%
G=25%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133718000.470.400.48351.2930.3940
Hex85475002F283015f1e28
Octal20510712005750605373650
Binary1000010110001111010000010111110100011000010101111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854750; }

 p { color: rgb(133,71,80); }

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

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

 a { background-color: rgb(133,71,80); }

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

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

 span { border-color: rgb(133,71,80); }

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