Html Css Color HEX #855459 Solid Pink

📋 copy color: '#855459'

red 133 ◦ green 84 ◦ blue 89

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

Shades of Solid Pink #855459

Tints of Solid Pink #855459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.08%

R = 43.46%
G = 27.45%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#855459 (or 0x855459) is known color: Solid Pink. HEX triplet: 85, 54 and 59. RGB value is (133,84,89). Sum of RGB (Red+Green+Blue) = 133+84+89=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #855459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855459 is #7AABA6. Grayscale: #636363. Windows color (decimal): -8039335 or 5854341. OLE color: 5854341.

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

Color convert

RGB 133 84 89 -
CMYK 0 0.37 0.33 0.48
HSL 353.88º 0.23% 0.43% -
HSV(B) 353.88º 0.37% 0.52% -
XYZ 14.65 12.05 11 -
YUV 99.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 133 84 89 0 0.37 0.33 0.48 353.88 0.23 0.43
Hex 85 54 59 0 25 21 30 162 17 2B
Octal 205 124 131 0 45 41 60 542 27 53
Binary 10000101 1010100 1011001 0 100101 100001 110000 101100010 10111 101011

Color Harmonies of #855459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855459

Black with #855459

Text Example


Text Example

White with #855459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855459; }

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

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

background-color css

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

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

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

border-color css

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

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

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