#854475

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

Shades of Trendy Pink #854475

Tints of Trendy Pink #854475

Color information

#854475 (or 0x854475) is unknown color: approx Trendy Pink. HEX triplet: 85, 44 and 75. RGB value is (133,68,117). Sum of RGB (Red+Green+Blue) = 133+68+117=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #854475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854475 is #7ABB8A. Grayscale: #5C5C5C. Windows color (decimal): -8043403 or 7685253. OLE color: 7685253.

HSL color Cylindrical-coordinate representation of color #854475: hue angle of 314.77º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #854475 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13368117-
CMYK00.490.120.48
HSL314.77º32.34%39.41%-
HSV(B)314.77º48.87%52.16%-
XYZ14.9510.4118.05-
YUV93.02141.53156.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=41.82%
G=21.38%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336811700.490.120.48314.7732.3439.41
Hex854475031C3013b2027
Octal20510416506114604734047
Binary100001011000100111010101100011100110000100111011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854475; }

 p { color: rgb(133,68,117); }

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

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

 a { background-color: rgb(133,68,117); }

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

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

 span { border-color: rgb(133,68,117); }

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