#85424C

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

Shades of Solid Pink #85424C

Tints of Solid Pink #85424C

Color information

#85424C (or 0x85424C) is unknown color: approx Solid Pink. HEX triplet: 85, 42 and 4C. RGB value is (133,66,76). Sum of RGB (Red+Green+Blue) = 133+66+76=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85424C is #7ABDB3. Grayscale: #575757. Windows color (decimal): -8043956 or 4997765. OLE color: 4997765.

HSL color Cylindrical-coordinate representation of color #85424C: hue angle of 351.04º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85424C is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB1336676-
CMYK00.500.430.48
HSL351.04º33.67%39.02%-
HSV(B)351.04º50.38%52.16%-
XYZ12.939.47.97-
YUV87.17121.7160.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 76 (30.08% from 255) = 27.64%
R=48.36%
G=24%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133667600.500.430.48351.0433.6739.02
Hex85424C0322B3015f2227
Octal20510211406253605374247
Binary10000101100001010011000110010101011110000101011111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,66,76); }

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

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

 a { background-color: rgb(133,66,76); }

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

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

 span { border-color: rgb(133,66,76); }

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