Html Css Color HEX #855577 Trendy Pink

📋 copy color: '#855577'

red 133 ◦ green 85 ◦ blue 119

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

Shades of Trendy Pink #855577

Tints of Trendy Pink #855577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

 BLUE value IS 119 (46.88% from 255) = 35.31%

R = 39.47%
G = 25.22%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#855577 (or 0x855577) is known color: Trendy Pink. HEX triplet: 85, 55 and 77. RGB value is (133,85,119). Sum of RGB (Red+Green+Blue) = 133+85+119=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #855577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855577 is #7AAA88. Grayscale: #676767. Windows color (decimal): -8039049 or 7820677. OLE color: 7820677.

HSL color Cylindrical-coordinate representation of color #855577: hue angle of 317.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #855577 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 119 -
CMYK 0 0.36 0.11 0.48
HSL 317.5º 0.22% 0.43% -
HSV(B) 317.5º 0.36% 0.52% -
XYZ 16.25 12.82 19.07 -
YUV 103.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 133 85 119 0 0.36 0.11 0.48 317.5 0.22 0.43
Hex 85 55 77 0 24 B 30 13E 16 2B
Octal 205 125 167 0 44 13 60 476 26 53
Binary 10000101 1010101 1110111 0 100100 1011 110000 100111110 10110 101011

Color Harmonies of #855577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855577

Black with #855577

Text Example


Text Example

White with #855577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855577; }

 p { color: rgb(133,85,119); }

 H1.HeaderClassName
 {
   color: #855577;
 }
 .AnyTagClassName
 {
   color: #855577;
 }
</style>

background-color css

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

 a { background-color: rgb(133,85,119); }

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

border-color css

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

 span { border-color: rgb(133,85,119); }

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