Html Css Color HEX #875255 Solid Pink

📋 copy color: '#875255'

red 135 ◦ green 82 ◦ blue 85

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

Shades of Solid Pink #875255

Tints of Solid Pink #875255

RGB

 RED value IS 135 (53.13% from 255) = 44.7%

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

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

R = 44.7%
G = 27.15%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#875255 (or 0x875255) is known color: Solid Pink. HEX triplet: 87, 52 and 55. RGB value is (135,82,85). Sum of RGB (Red+Green+Blue) = 135+82+85=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #875255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875255 is #78ADAA. Grayscale: #626262. Windows color (decimal): -7908779 or 5591687. OLE color: 5591687.

HSL color Cylindrical-coordinate representation of color #875255: hue angle of 356.6º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875255 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 82 85 -
CMYK 0 0.39 0.37 0.47
HSL 356.6º 0.24% 0.43% -
HSV(B) 356.6º 0.39% 0.53% -
XYZ 14.65 11.84 10.11 -
YUV 98.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 135 82 85 0 0.39 0.37 0.47 356.6 0.24 0.43
Hex 87 52 55 0 27 25 2F 165 18 2B
Octal 207 122 125 0 47 45 57 545 30 53
Binary 10000111 1010010 1010101 0 100111 100101 101111 101100101 11000 101011

Color Harmonies of #875255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875255

Black with #875255

Text Example


Text Example

White with #875255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875255; }

 p { color: rgb(135,82,85); }

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

background-color css

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

 a { background-color: rgb(135,82,85); }

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

border-color css

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

 span { border-color: rgb(135,82,85); }

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