#85575C

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

Shades of Solid Pink #85575C

Tints of Solid Pink #85575C

Color information

#85575C (or 0x85575C) is unknown color: approx Solid Pink. HEX triplet: 85, 57 and 5C. RGB value is (133,87,92). Sum of RGB (Red+Green+Blue) = 133+87+92=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85575C is #7AA8A3. Grayscale: #656565. Windows color (decimal): -8038564 or 6051717. OLE color: 6051717.

HSL color Cylindrical-coordinate representation of color #85575C: hue angle of 353.48º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85575C is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB1338792-
CMYK00.350.310.48
HSL353.48º20.91%43.14%-
HSV(B)353.48º34.59%52.16%-
XYZ15.0112.5811.76-
YUV101.32122.74150.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=42.63%
G=27.88%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133879200.350.310.48353.4820.9143.14
Hex85575C0231F30161152b
Octal20512713404337605412553
Binary100001011010111101110001000111111111000010110000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85575C; }

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

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

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

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

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

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

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

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