#855276

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

Shades of Trendy Pink #855276

Tints of Trendy Pink #855276

Color information

#855276 (or 0x855276) is unknown color: approx Trendy Pink. HEX triplet: 85, 52 and 76. RGB value is (133,82,118). Sum of RGB (Red+Green+Blue) = 133+82+118=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #855276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855276 is #7AAD89. Grayscale: #656565. Windows color (decimal): -8039818 or 7754373. OLE color: 7754373.

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

Color convert

RGB13382118-
CMYK00.380.110.48
HSL317.65º23.72%42.16%-
HSV(B)317.65º38.35%52.16%-
XYZ15.9612.3318.68-
YUV101.35137.4150.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 118 (46.48% from 255) = 35.44%
R=39.94%
G=24.62%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338211800.380.110.48317.6523.7242.16
Hex855276026B3013e182a
Octal20512216604613604763052
Binary10000101101001011101100100110101111000010011111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855276; }

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

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

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

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

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

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

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

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