Html Css Color HEX #855279 Trendy Pink

📋 copy color: '#855279'

red 133 ◦ green 82 ◦ blue 121

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

Shades of Trendy Pink #855279

Tints of Trendy Pink #855279

RGB

 RED value IS 133 (52.34% from 255) = 39.58%

 GREEN value IS 82 (32.42% from 255) = 24.4%

 BLUE value IS 121 (47.66% from 255) = 36.01%

R = 39.58%
G = 24.4%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

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

RGB 133 82 121 -
CMYK 0 0.38 0.09 0.48
HSL 314.12º 0.24% 0.42% -
HSV(B) 314.12º 0.38% 0.52% -
XYZ 16.14 12.4 19.63 -
YUV 101.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 133 82 121 0 0.38 0.09 0.48 314.12 0.24 0.42
Hex 85 52 79 0 26 9 30 13A 18 2A
Octal 205 122 171 0 46 11 60 472 30 52
Binary 10000101 1010010 1111001 0 100110 1001 110000 100111010 11000 101010

Color Harmonies of #855279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855279

Black with #855279

Text Example


Text Example

White with #855279

Text Example


Text Example

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