Html Css Color HEX #835359 Solid Pink

📋 copy color: '#835359'

red 131 ◦ green 83 ◦ blue 89

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

Shades of Solid Pink #835359

Tints of Solid Pink #835359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.39%

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

R = 43.23%
G = 27.39%
B = 29.37%

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

#835359 (or 0x835359) is known color: Solid Pink. HEX triplet: 83, 53 and 59. RGB value is (131,83,89). Sum of RGB (Red+Green+Blue) = 131+83+89=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #835359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835359 is #7CACA6. Grayscale: #626262. Windows color (decimal): -8170663 or 5854083. OLE color: 5854083.

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

Color convert

RGB 131 83 89 -
CMYK 0 0.37 0.32 0.49
HSL 352.5º 0.22% 0.42% -
HSV(B) 352.5º 0.37% 0.51% -
XYZ 14.26 11.73 10.96 -
YUV 98.04 122.9 151.51 -
System Red Green Blue C M Y K H S L
Decimal 131 83 89 0 0.37 0.32 0.49 352.5 0.22 0.42
Hex 83 53 59 0 25 20 31 160 16 2A
Octal 203 123 131 0 45 40 61 540 26 52
Binary 10000011 1010011 1011001 0 100101 100000 110001 101100000 10110 101010

Color Harmonies of #835359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835359

Black with #835359

Text Example


Text Example

White with #835359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835359; }

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

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

background-color css

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

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

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

border-color css

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

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

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