#855275

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

Shades of Trendy Pink #855275

Tints of Trendy Pink #855275

Color information

#855275 (or 0x855275) is unknown color: approx Trendy Pink. HEX triplet: 85, 52 and 75. RGB value is (133,82,117). Sum of RGB (Red+Green+Blue) = 133+82+117=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #855275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855275 is #7AAD8A. Grayscale: #656565. Windows color (decimal): -8039819 or 7688837. OLE color: 7688837.

HSL color Cylindrical-coordinate representation of color #855275: hue angle of 318.82º 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 #855275 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13382117-
CMYK00.380.120.48
HSL318.82º23.72%42.16%-
HSV(B)318.82º38.35%52.16%-
XYZ15.912.3118.37-
YUV101.24136.9150.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 82 (32.42% from 255) = 24.70%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=40.06%
G=24.70%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338211700.380.120.48318.8223.7242.16
Hex855275026C3013f182a
Octal20512216504614604773052
Binary10000101101001011101010100110110011000010011111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855275; }

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

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

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

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

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

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

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

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