#85474A

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

Shades of Solid Pink #85474A

Tints of Solid Pink #85474A

Color information

#85474A (or 0x85474A) is unknown color: approx Solid Pink. HEX triplet: 85, 47 and 4A. RGB value is (133,71,74). Sum of RGB (Red+Green+Blue) = 133+71+74=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85474A is #7AB8B5. Grayscale: #595959. Windows color (decimal): -8042678 or 4867973. OLE color: 4867973.

HSL color Cylindrical-coordinate representation of color #85474A: hue angle of 357.1º 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 #85474A is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1337174-
CMYK00.470.440.48
HSL357.1º30.39%40%-
HSV(B)357.1º46.62%52.16%-
XYZ13.169.997.71-
YUV89.88119.04158.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.84%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 74 (29.30% from 255) = 26.62%
R=47.84%
G=25.54%
B=26.62%

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
Decimal133717400.470.440.48357.130.3940
Hex85474A02F2C301651e28
Octal20510711205754605453650
Binary1000010110001111001010010111110110011000010110010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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