#854950

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

Shades of Solid Pink #854950

Tints of Solid Pink #854950

Color information

#854950 (or 0x854950) is unknown color: approx Solid Pink. HEX triplet: 85, 49 and 50. RGB value is (133,73,80). Sum of RGB (Red+Green+Blue) = 133+73+80=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #854950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854950 is #7AB6AF. Grayscale: #5B5B5B. Windows color (decimal): -8042160 or 5261701. OLE color: 5261701.

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

Color convert

RGB1337380-
CMYK00.450.400.48
HSL353º29.13%40.39%-
HSV(B)353º45.11%52.16%-
XYZ13.510.338.87-
YUV91.74121.38157.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.50%
GREEN value IS 73 (28.91% from 255) = 25.52%
BLUE value IS 80 (31.64% from 255) = 27.97%
R=46.50%
G=25.52%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133738000.450.400.4835329.1340.39
Hex85495002D28301611d28
Octal20511112005550605413550
Binary1000010110010011010000010110110100011000010110000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854950; }

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

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

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

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

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

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

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

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