#854F57

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

Shades of Solid Pink #854F57

Tints of Solid Pink #854F57

Color information

#854F57 (or 0x854F57) is unknown color: approx Solid Pink. HEX triplet: 85, 4F and 57. RGB value is (133,79,87). Sum of RGB (Red+Green+Blue) = 133+79+87=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #854F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854F57 is #7AB0A8. Grayscale: #606060. Windows color (decimal): -8040617 or 5721989. OLE color: 5721989.

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

Color convert

RGB1337987-
CMYK00.410.350.48
HSL351.11º25.47%41.57%-
HSV(B)351.11º40.6%52.16%-
XYZ14.1911.2710.44-
YUV96.06122.89154.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 79 (31.25% from 255) = 26.42%
BLUE value IS 87 (34.38% from 255) = 29.10%
R=44.48%
G=26.42%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133798700.410.350.48351.1125.4741.57
Hex854F57029233015f192a
Octal20511712705143605373152
Binary1000010110011111010111010100110001111000010101111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,79,87); }

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

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

 a { background-color: rgb(133,79,87); }

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

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

 span { border-color: rgb(133,79,87); }

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