#85535A

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

Shades of Solid Pink #85535A

Tints of Solid Pink #85535A

Color information

#85535A (or 0x85535A) is unknown color: approx Solid Pink. HEX triplet: 85, 53 and 5A. RGB value is (133,83,90). Sum of RGB (Red+Green+Blue) = 133+83+90=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #85535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85535A is #7AACA5. Grayscale: #626262. Windows color (decimal): -8039590 or 5919621. OLE color: 5919621.

HSL color Cylindrical-coordinate representation of color #85535A: hue angle of 351.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85535A is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1338390-
CMYK00.380.320.48
HSL351.6º23.15%42.35%-
HSV(B)351.6º37.59%52.16%-
XYZ14.6111.9111.2-
YUV98.75123.06152.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.46%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=43.46%
G=27.12%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133839000.380.320.48351.623.1542.35
Hex85535A0262030160172a
Octal20512313204640605402752
Binary1000010110100111011010010011010000011000010110000010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85535A; }

 p { color: rgb(133,83,90); }

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

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

 a { background-color: rgb(133,83,90); }

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

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

 span { border-color: rgb(133,83,90); }

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