Html Css Color HEX #855257 Solid Pink

📋 copy color: '#855257'

red 133 ◦ green 82 ◦ blue 87

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

Shades of Solid Pink #855257

Tints of Solid Pink #855257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.81%

R = 44.04%
G = 27.15%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#855257 (or 0x855257) is known color: Solid Pink. HEX triplet: 85, 52 and 57. RGB value is (133,82,87). Sum of RGB (Red+Green+Blue) = 133+82+87=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #855257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855257 is #7AADA8. Grayscale: #616161. Windows color (decimal): -8039849 or 5722757. OLE color: 5722757.

HSL color Cylindrical-coordinate representation of color #855257: hue angle of 354.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 #855257 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 82 87 -
CMYK 0 0.38 0.35 0.48
HSL 354.12º 0.24% 0.42% -
HSV(B) 354.12º 0.38% 0.52% -
XYZ 14.41 11.71 10.52 -
YUV 97.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 133 82 87 0 0.38 0.35 0.48 354.12 0.24 0.42
Hex 85 52 57 0 26 23 30 162 18 2A
Octal 205 122 127 0 46 43 60 542 30 52
Binary 10000101 1010010 1010111 0 100110 100011 110000 101100010 11000 101010

Color Harmonies of #855257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855257

Black with #855257

Text Example


Text Example

White with #855257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855257; }

 p { color: rgb(133,82,87); }

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

background-color css

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

 a { background-color: rgb(133,82,87); }

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

border-color css

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

 span { border-color: rgb(133,82,87); }

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