Html Css Color HEX #85575B Solid Pink

📋 copy color: '#85575B'

red 133 ◦ green 87 ◦ blue 91

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

Shades of Solid Pink #85575B

Tints of Solid Pink #85575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.97%

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 42.77%
G = 27.97%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85575B (or 0x85575B) is known color: Solid Pink. HEX triplet: 85, 57 and 5B. RGB value is (133,87,91). Sum of RGB (Red+Green+Blue) = 133+87+91=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85575B is #7AA8A4. Grayscale: #656565. Windows color (decimal): -8038565 or 5986181. OLE color: 5986181.

HSL color Cylindrical-coordinate representation of color #85575B: hue angle of 354.78º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85575B is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 87 91 -
CMYK 0 0.35 0.32 0.48
HSL 354.78º 0.21% 0.43% -
HSV(B) 354.78º 0.35% 0.52% -
XYZ 14.97 12.56 11.53 -
YUV 101.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 133 87 91 0 0.35 0.32 0.48 354.78 0.21 0.43
Hex 85 57 5B 0 23 20 30 163 15 2B
Octal 205 127 133 0 43 40 60 543 25 53
Binary 10000101 1010111 1011011 0 100011 100000 110000 101100011 10101 101011

Color Harmonies of #85575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85575B

Black with #85575B

Text Example


Text Example

White with #85575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85575B; }

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

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

background-color css

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

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

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

border-color css

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

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

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