Html Css Color HEX #855376 Trendy Pink

📋 copy color: '#855376'

red 133 ◦ green 83 ◦ blue 118

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

Shades of Trendy Pink #855376

Tints of Trendy Pink #855376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.85%

 BLUE value IS 118 (46.48% from 255) = 35.33%

R = 39.82%
G = 24.85%
B = 35.33%

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

#855376 (or 0x855376) is known color: Trendy Pink. HEX triplet: 85, 53 and 76. RGB value is (133,83,118). Sum of RGB (Red+Green+Blue) = 133+83+118=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #855376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855376 is #7AAC89. Grayscale: #656565. Windows color (decimal): -8039562 or 7754629. OLE color: 7754629.

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

Color convert

RGB 133 83 118 -
CMYK 0 0.38 0.11 0.48
HSL 318º 0.23% 0.42% -
HSV(B) 318º 0.38% 0.52% -
XYZ 16.04 12.48 18.7 -
YUV 101.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 133 83 118 0 0.38 0.11 0.48 318 0.23 0.42
Hex 85 53 76 0 26 B 30 13E 17 2A
Octal 205 123 166 0 46 13 60 476 27 52
Binary 10000101 1010011 1110110 0 100110 1011 110000 100111110 10111 101010

Color Harmonies of #855376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855376

Black with #855376

Text Example


Text Example

White with #855376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855376; }

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

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

background-color css

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

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

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

border-color css

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

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

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