#85474B

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

Shades of Solid Pink #85474B

Tints of Solid Pink #85474B

Color information

#85474B (or 0x85474B) is unknown color: approx Solid Pink. HEX triplet: 85, 47 and 4B. RGB value is (133,71,75). Sum of RGB (Red+Green+Blue) = 133+71+75=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85474B is #7AB8B4. Grayscale: #5A5A5A. Windows color (decimal): -8042677 or 4933509. OLE color: 4933509.

HSL color Cylindrical-coordinate representation of color #85474B: hue angle of 356.13º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85474B is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1337175-
CMYK00.470.440.48
HSL356.13º30.39%40%-
HSV(B)356.13º46.62%52.16%-
XYZ13.2107.89-
YUV89.99119.54158.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 71 (28.12% from 255) = 25.45%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=47.67%
G=25.45%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133717500.470.440.48356.1330.3940
Hex85474B02F2C301641e28
Octal20510711305754605443650
Binary1000010110001111001011010111110110011000010110010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,71,75); }

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

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

 a { background-color: rgb(133,71,75); }

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

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

 span { border-color: rgb(133,71,75); }

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