#85427B

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

Shades of Trendy Pink #85427B

Tints of Trendy Pink #85427B

Color information

#85427B (or 0x85427B) is unknown color: approx Trendy Pink. HEX triplet: 85, 42 and 7B. RGB value is (133,66,123). Sum of RGB (Red+Green+Blue) = 133+66+123=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #85427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85427B is #7ABD84. Grayscale: #5C5C5C. Windows color (decimal): -8043909 or 8077957. OLE color: 8077957.

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

Color convert

RGB13366123-
CMYK00.500.080.48
HSL308.96º33.67%39.02%-
HSV(B)308.96º50.38%52.16%-
XYZ15.210.3119.93-
YUV92.53145.2156.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.30%
GREEN value IS 66 (26.17% from 255) = 20.50%
BLUE value IS 123 (48.44% from 255) = 38.20%
R=41.30%
G=20.50%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336612300.500.080.48308.9633.6739.02
Hex85427B0328301352227
Octal20510217306210604654247
Binary100001011000010111101101100101000110000100110101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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