Html Css Color HEX #835159 Solid Pink

📋 copy color: '#835159'

red 131 ◦ green 81 ◦ blue 89

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

Shades of Solid Pink #835159

Tints of Solid Pink #835159

RGB

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

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

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

R = 43.52%
G = 26.91%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#835159 (or 0x835159) is known color: Solid Pink. HEX triplet: 83, 51 and 59. RGB value is (131,81,89). Sum of RGB (Red+Green+Blue) = 131+81+89=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #835159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835159 is #7CAEA6. Grayscale: #606060. Windows color (decimal): -8171175 or 5853571. OLE color: 5853571.

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

Color convert

RGB 131 81 89 -
CMYK 0 0.38 0.32 0.49
HSL 350.4º 0.24% 0.42% -
HSV(B) 350.4º 0.38% 0.51% -
XYZ 14.11 11.43 10.91 -
YUV 96.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 131 81 89 0 0.38 0.32 0.49 350.4 0.24 0.42
Hex 83 51 59 0 26 20 31 15E 18 2A
Octal 203 121 131 0 46 40 61 536 30 52
Binary 10000011 1010001 1011001 0 100110 100000 110001 101011110 11000 101010

Color Harmonies of #835159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835159

Black with #835159

Text Example


Text Example

White with #835159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835159; }

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

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

background-color css

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

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

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

border-color css

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

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

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