Html Css Color HEX #835257 Solid Pink

📋 copy color: '#835257'

red 131 ◦ green 82 ◦ blue 87

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

Shades of Solid Pink #835257

Tints of Solid Pink #835257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29%

R = 43.67%
G = 27.33%
B = 29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#835257 (or 0x835257) is known color: Solid Pink. HEX triplet: 83, 52 and 57. RGB value is (131,82,87). Sum of RGB (Red+Green+Blue) = 131+82+87=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #835257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835257 is #7CADA8. Grayscale: #616161. Windows color (decimal): -8170921 or 5722755. OLE color: 5722755.

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

Color convert

RGB 131 82 87 -
CMYK 0 0.37 0.34 0.49
HSL 353.88º 0.23% 0.42% -
HSV(B) 353.88º 0.37% 0.51% -
XYZ 14.1 11.55 10.5 -
YUV 97.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 131 82 87 0 0.37 0.34 0.49 353.88 0.23 0.42
Hex 83 52 57 0 25 22 31 162 17 2A
Octal 203 122 127 0 45 42 61 542 27 52
Binary 10000011 1010010 1010111 0 100101 100010 110001 101100010 10111 101010

Color Harmonies of #835257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835257

Black with #835257

Text Example


Text Example

White with #835257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835257; }

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

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

background-color css

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

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

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

border-color css

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

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

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