Html Css Color HEX #835559 Solid Pink

📋 copy color: '#835559'

red 131 ◦ green 85 ◦ blue 89

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

Shades of Solid Pink #835559

Tints of Solid Pink #835559

RGB

 RED value IS 131 (51.56% from 255) = 42.95%

 GREEN value IS 85 (33.59% from 255) = 27.87%

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

R = 42.95%
G = 27.87%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#835559 (or 0x835559) is known color: Solid Pink. HEX triplet: 83, 55 and 59. RGB value is (131,85,89). Sum of RGB (Red+Green+Blue) = 131+85+89=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #835559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835559 is #7CAAA6. Grayscale: #636363. Windows color (decimal): -8170151 or 5854595. OLE color: 5854595.

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

Color convert

RGB 131 85 89 -
CMYK 0 0.35 0.32 0.49
HSL 354.78º 0.21% 0.42% -
HSV(B) 354.78º 0.35% 0.51% -
XYZ 14.41 12.04 11.02 -
YUV 99.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 131 85 89 0 0.35 0.32 0.49 354.78 0.21 0.42
Hex 83 55 59 0 23 20 31 163 15 2A
Octal 203 125 131 0 43 40 61 543 25 52
Binary 10000011 1010101 1011001 0 100011 100000 110001 101100011 10101 101010

Color Harmonies of #835559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835559

Black with #835559

Text Example


Text Example

White with #835559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835559; }

 p { color: rgb(131,85,89); }

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

background-color css

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

 a { background-color: rgb(131,85,89); }

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

border-color css

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

 span { border-color: rgb(131,85,89); }

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