#854D50

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

Shades of Solid Pink #854D50

Tints of Solid Pink #854D50

Color information

#854D50 (or 0x854D50) is unknown color: approx Solid Pink. HEX triplet: 85, 4D and 50. RGB value is (133,77,80). Sum of RGB (Red+Green+Blue) = 133+77+80=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #854D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D50 is #7AB2AF. Grayscale: #5E5E5E. Windows color (decimal): -8041136 or 5262725. OLE color: 5262725.

HSL color Cylindrical-coordinate representation of color #854D50: hue angle of 356.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #854D50 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1337780-
CMYK00.420.400.48
HSL356.79º26.67%41.18%-
HSV(B)356.79º42.11%52.16%-
XYZ13.7710.878.96-
YUV94.09120.05155.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=45.86%
G=26.55%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133778000.420.400.48356.7926.6741.18
Hex854D5002A28301651b29
Octal20511512005250605453351
Binary1000010110011011010000010101010100011000010110010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854D50; }

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

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

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

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

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

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

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

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