Html Css Color HEX #855159 Solid Pink

📋 copy color: '#855159'

red 133 ◦ green 81 ◦ blue 89

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

Shades of Solid Pink #855159

Tints of Solid Pink #855159

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

 BLUE value IS 89 (35.16% from 255) = 29.37%

R = 43.89%
G = 26.73%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#855159 (or 0x855159) is known color: Solid Pink. HEX triplet: 85, 51 and 59. RGB value is (133,81,89). Sum of RGB (Red+Green+Blue) = 133+81+89=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #855159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855159 is #7AAEA6. Grayscale: #616161. Windows color (decimal): -8040103 or 5853573. OLE color: 5853573.

HSL color Cylindrical-coordinate representation of color #855159: hue angle of 350.77º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855159 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 81 89 -
CMYK 0 0.39 0.33 0.48
HSL 350.77º 0.24% 0.42% -
HSV(B) 350.77º 0.39% 0.52% -
XYZ 14.42 11.59 10.93 -
YUV 97.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 133 81 89 0 0.39 0.33 0.48 350.77 0.24 0.42
Hex 85 51 59 0 27 21 30 15F 18 2A
Octal 205 121 131 0 47 41 60 537 30 52
Binary 10000101 1010001 1011001 0 100111 100001 110000 101011111 11000 101010

Color Harmonies of #855159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855159

Black with #855159

Text Example


Text Example

White with #855159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855159; }

 p { color: rgb(133,81,89); }

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

background-color css

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

 a { background-color: rgb(133,81,89); }

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

border-color css

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

 span { border-color: rgb(133,81,89); }

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