#855279

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

Shades of Trendy Pink #855279

Tints of Trendy Pink #855279

Color information

#855279 (or 0x855279) is unknown color: approx Trendy Pink. HEX triplet: 85, 52 and 79. RGB value is (133,82,121). Sum of RGB (Red+Green+Blue) = 133+82+121=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #855279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855279 is #7AAD86. Grayscale: #656565. Windows color (decimal): -8039815 or 7950981. OLE color: 7950981.

HSL color Cylindrical-coordinate representation of color #855279: hue angle of 314.12º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855279 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB13382121-
CMYK00.380.090.48
HSL314.12º23.72%42.16%-
HSV(B)314.12º38.35%52.16%-
XYZ16.1412.419.63-
YUV101.7138.9150.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 121 (47.66% from 255) = 36.01%
R=39.58%
G=24.40%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338212100.380.090.48314.1223.7242.16
Hex85527902693013a182a
Octal20512217104611604723052
Binary10000101101001011110010100110100111000010011101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855279; }

 p { color: rgb(133,82,121); }

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

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

 a { background-color: rgb(133,82,121); }

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

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

 span { border-color: rgb(133,82,121); }

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