Html Css Color HEX #835259 Solid Pink

📋 copy color: '#835259'

red 131 ◦ green 82 ◦ blue 89

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

Shades of Solid Pink #835259

Tints of Solid Pink #835259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.15%

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

R = 43.38%
G = 27.15%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#835259 (or 0x835259) is known color: Solid Pink. HEX triplet: 83, 52 and 59. RGB value is (131,82,89). Sum of RGB (Red+Green+Blue) = 131+82+89=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #835259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835259 is #7CADA6. Grayscale: #616161. Windows color (decimal): -8170919 or 5853827. OLE color: 5853827.

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

Color convert

RGB 131 82 89 -
CMYK 0 0.37 0.32 0.49
HSL 351.43º 0.23% 0.42% -
HSV(B) 351.43º 0.37% 0.51% -
XYZ 14.18 11.58 10.94 -
YUV 97.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 131 82 89 0 0.37 0.32 0.49 351.43 0.23 0.42
Hex 83 52 59 0 25 20 31 15F 17 2A
Octal 203 122 131 0 45 40 61 537 27 52
Binary 10000011 1010010 1011001 0 100101 100000 110001 101011111 10111 101010

Color Harmonies of #835259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835259

Black with #835259

Text Example


Text Example

White with #835259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835259; }

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

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

background-color css

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

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

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

border-color css

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

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

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