Html Css Color HEX #835354 Solid Pink

📋 copy color: '#835354'

red 131 ◦ green 83 ◦ blue 84

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

Shades of Solid Pink #835354

Tints of Solid Pink #835354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.19%

R = 43.96%
G = 27.85%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#835354 (or 0x835354) is known color: Solid Pink. HEX triplet: 83, 53 and 54. RGB value is (131,83,84). Sum of RGB (Red+Green+Blue) = 131+83+84=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #835354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835354 is #7CACAB. Grayscale: #616161. Windows color (decimal): -8170668 or 5526403. OLE color: 5526403.

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

Color convert

RGB 131 83 84 -
CMYK 0 0.37 0.36 0.49
HSL 358.75º 0.22% 0.42% -
HSV(B) 358.75º 0.37% 0.51% -
XYZ 14.05 11.65 9.9 -
YUV 97.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 131 83 84 0 0.37 0.36 0.49 358.75 0.22 0.42
Hex 83 53 54 0 25 24 31 167 16 2A
Octal 203 123 124 0 45 44 61 547 26 52
Binary 10000011 1010011 1010100 0 100101 100100 110001 101100111 10110 101010

Color Harmonies of #835354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835354

Black with #835354

Text Example


Text Example

White with #835354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835354; }

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

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

background-color css

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

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

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

border-color css

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

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

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