Html Css Color HEX #855457 Solid Pink

📋 copy color: '#855457'

red 133 ◦ green 84 ◦ blue 87

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

Shades of Solid Pink #855457

Tints of Solid Pink #855457

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.63%

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

R = 43.75%
G = 27.63%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#855457 (or 0x855457) is known color: Solid Pink. HEX triplet: 85, 54 and 57. RGB value is (133,84,87). Sum of RGB (Red+Green+Blue) = 133+84+87=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #855457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855457 is #7AABA8. Grayscale: #636363. Windows color (decimal): -8039337 or 5723269. OLE color: 5723269.

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

Color convert

RGB 133 84 87 -
CMYK 0 0.37 0.35 0.48
HSL 356.33º 0.23% 0.43% -
HSV(B) 356.33º 0.37% 0.52% -
XYZ 14.56 12.02 10.57 -
YUV 98.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 133 84 87 0 0.37 0.35 0.48 356.33 0.23 0.43
Hex 85 54 57 0 25 23 30 164 17 2B
Octal 205 124 127 0 45 43 60 544 27 53
Binary 10000101 1010100 1010111 0 100101 100011 110000 101100100 10111 101011

Color Harmonies of #855457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855457

Black with #855457

Text Example


Text Example

White with #855457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855457; }

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

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

background-color css

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

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

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

border-color css

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

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

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