Html Css Color HEX #855359 Solid Pink

📋 copy color: '#855359'

red 133 ◦ green 83 ◦ blue 89

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

Shades of Solid Pink #855359

Tints of Solid Pink #855359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

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

R = 43.61%
G = 27.21%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#855359 (or 0x855359) is known color: Solid Pink. HEX triplet: 85, 53 and 59. RGB value is (133,83,89). Sum of RGB (Red+Green+Blue) = 133+83+89=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #855359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855359 is #7AACA6. Grayscale: #626262. Windows color (decimal): -8039591 or 5854085. OLE color: 5854085.

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

Color convert

RGB 133 83 89 -
CMYK 0 0.38 0.33 0.48
HSL 352.8º 0.23% 0.42% -
HSV(B) 352.8º 0.38% 0.52% -
XYZ 14.57 11.89 10.98 -
YUV 98.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 133 83 89 0 0.38 0.33 0.48 352.8 0.23 0.42
Hex 85 53 59 0 26 21 30 161 17 2A
Octal 205 123 131 0 46 41 60 541 27 52
Binary 10000101 1010011 1011001 0 100110 100001 110000 101100001 10111 101010

Color Harmonies of #855359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855359

Black with #855359

Text Example


Text Example

White with #855359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855359; }

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

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

background-color css

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

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

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

border-color css

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

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

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