Html Css Color HEX #835155 Solid Pink

📋 copy color: '#835155'

red 131 ◦ green 81 ◦ blue 85

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

Shades of Solid Pink #835155

Tints of Solid Pink #835155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.27%

 BLUE value IS 85 (33.59% from 255) = 28.62%

R = 44.11%
G = 27.27%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#835155 (or 0x835155) is known color: Solid Pink. HEX triplet: 83, 51 and 55. RGB value is (131,81,85). Sum of RGB (Red+Green+Blue) = 131+81+85=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #835155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835155 is #7CAEAA. Grayscale: #606060. Windows color (decimal): -8171179 or 5591427. OLE color: 5591427.

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

Color convert

RGB 131 81 85 -
CMYK 0 0.38 0.35 0.49
HSL 355.2º 0.24% 0.42% -
HSV(B) 355.2º 0.38% 0.51% -
XYZ 13.94 11.37 10.05 -
YUV 96.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 131 81 85 0 0.38 0.35 0.49 355.2 0.24 0.42
Hex 83 51 55 0 26 23 31 163 18 2A
Octal 203 121 125 0 46 43 61 543 30 52
Binary 10000011 1010001 1010101 0 100110 100011 110001 101100011 11000 101010

Color Harmonies of #835155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835155

Black with #835155

Text Example


Text Example

White with #835155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835155; }

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

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

background-color css

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

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

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

border-color css

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

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

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