#85575B

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

Shades of Solid Pink #85575B

Tints of Solid Pink #85575B

Color information

#85575B (or 0x85575B) is unknown color: approx Solid Pink. HEX triplet: 85, 57 and 5B. RGB value is (133,87,91). Sum of RGB (Red+Green+Blue) = 133+87+91=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85575B is #7AA8A4. Grayscale: #656565. Windows color (decimal): -8038565 or 5986181. OLE color: 5986181.

HSL color Cylindrical-coordinate representation of color #85575B: hue angle of 354.78º 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 #85575B is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1338791-
CMYK00.350.320.48
HSL354.78º20.91%43.14%-
HSV(B)354.78º34.59%52.16%-
XYZ14.9712.5611.53-
YUV101.21122.24150.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 87 (34.38% from 255) = 27.97%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=42.77%
G=27.97%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133879100.350.320.48354.7820.9143.14
Hex85575B0232030163152b
Octal20512713304340605432553
Binary1000010110101111011011010001110000011000010110001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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