Html Css Color HEX #835459 Solid Pink

📋 copy color: '#835459'

red 131 ◦ green 84 ◦ blue 89

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

Shades of Solid Pink #835459

Tints of Solid Pink #835459

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.63%

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

R = 43.09%
G = 27.63%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#835459 (or 0x835459) is known color: Solid Pink. HEX triplet: 83, 54 and 59. RGB value is (131,84,89). Sum of RGB (Red+Green+Blue) = 131+84+89=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #835459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835459 is #7CABA6. Grayscale: #626262. Windows color (decimal): -8170407 or 5854339. OLE color: 5854339.

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

Color convert

RGB 131 84 89 -
CMYK 0 0.36 0.32 0.49
HSL 353.62º 0.22% 0.42% -
HSV(B) 353.62º 0.36% 0.51% -
XYZ 14.33 11.89 10.99 -
YUV 98.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 131 84 89 0 0.36 0.32 0.49 353.62 0.22 0.42
Hex 83 54 59 0 24 20 31 162 16 2A
Octal 203 124 131 0 44 40 61 542 26 52
Binary 10000011 1010100 1011001 0 100100 100000 110001 101100010 10110 101010

Color Harmonies of #835459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835459

Black with #835459

Text Example


Text Example

White with #835459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835459; }

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

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

background-color css

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

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

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

border-color css

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

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

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