Html Css Color HEX #835659 Solid Pink

📋 copy color: '#835659'

red 131 ◦ green 86 ◦ blue 89

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

Shades of Solid Pink #835659

Tints of Solid Pink #835659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.1%

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

R = 42.81%
G = 28.1%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#835659 (or 0x835659) is known color: Solid Pink. HEX triplet: 83, 56 and 59. RGB value is (131,86,89). Sum of RGB (Red+Green+Blue) = 131+86+89=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #835659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835659 is #7CA9A6. Grayscale: #636363. Windows color (decimal): -8169895 or 5854851. OLE color: 5854851.

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

Color convert

RGB 131 86 89 -
CMYK 0 0.34 0.32 0.49
HSL 356º 0.21% 0.43% -
HSV(B) 356º 0.34% 0.51% -
XYZ 14.49 12.2 11.04 -
YUV 99.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 131 86 89 0 0.34 0.32 0.49 356 0.21 0.43
Hex 83 56 59 0 22 20 31 164 15 2B
Octal 203 126 131 0 42 40 61 544 25 53
Binary 10000011 1010110 1011001 0 100010 100000 110001 101100100 10101 101011

Color Harmonies of #835659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835659

Black with #835659

Text Example


Text Example

White with #835659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835659; }

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

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

background-color css

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

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

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

border-color css

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

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

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