Html Css Color HEX #855276 Trendy Pink

📋 copy color: '#855276'

red 133 ◦ green 82 ◦ blue 118

#855276
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #855276

Tints of Trendy Pink #855276

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 value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#855276 (or 0x855276) is known color: 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

RGB 133 82 118 -
CMYK 0 0.38 0.11 0.48
HSL 317.65º 0.24% 0.42% -
HSV(B) 317.65º 0.38% 0.52% -
XYZ 15.96 12.33 18.68 -
YUV 101.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 133 82 118 0 0.38 0.11 0.48 317.65 0.24 0.42
Hex 85 52 76 0 26 B 30 13E 18 2A
Octal 205 122 166 0 46 13 60 476 30 52
Binary 10000101 1010010 1110110 0 100110 1011 110000 100111110 11000 101010

Color Harmonies of #855276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855276

Black with #855276

Text Example


Text Example

White with #855276

Text Example


Text Example

HTML Codes & Css Web 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>