Html Css Color HEX #855155 Solid Pink

📋 copy color: '#855155'

red 133 ◦ green 81 ◦ blue 85

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

Shades of Solid Pink #855155

Tints of Solid Pink #855155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.43%

R = 44.48%
G = 27.09%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#855155 (or 0x855155) is known color: Solid Pink. HEX triplet: 85, 51 and 55. RGB value is (133,81,85). Sum of RGB (Red+Green+Blue) = 133+81+85=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #855155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855155 is #7AAEAA. Grayscale: #616161. Windows color (decimal): -8040107 or 5591429. OLE color: 5591429.

HSL color Cylindrical-coordinate representation of color #855155: hue angle of 355.38º 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 #855155 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 81 85 -
CMYK 0 0.39 0.36 0.48
HSL 355.38º 0.24% 0.42% -
HSV(B) 355.38º 0.39% 0.52% -
XYZ 14.25 11.53 10.07 -
YUV 97 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 133 81 85 0 0.39 0.36 0.48 355.38 0.24 0.42
Hex 85 51 55 0 27 24 30 163 18 2A
Octal 205 121 125 0 47 44 60 543 30 52
Binary 10000101 1010001 1010101 0 100111 100100 110000 101100011 11000 101010

Color Harmonies of #855155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855155

Black with #855155

Text Example


Text Example

White with #855155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855155; }

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

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

background-color css

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

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

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

border-color css

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

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

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