Html Css Color HEX #835355 Solid Pink

📋 copy color: '#835355'

red 131 ◦ green 83 ◦ blue 85

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

Shades of Solid Pink #835355

Tints of Solid Pink #835355

RGB

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

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

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

R = 43.81%
G = 27.76%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#835355 (or 0x835355) is known color: Solid Pink. HEX triplet: 83, 53 and 55. RGB value is (131,83,85). Sum of RGB (Red+Green+Blue) = 131+83+85=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #835355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835355 is #7CACAA. Grayscale: #616161. Windows color (decimal): -8170667 or 5591939. OLE color: 5591939.

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

Color convert

RGB 131 83 85 -
CMYK 0 0.37 0.35 0.49
HSL 357.5º 0.22% 0.42% -
HSV(B) 357.5º 0.37% 0.51% -
XYZ 14.09 11.67 10.1 -
YUV 97.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 131 83 85 0 0.37 0.35 0.49 357.5 0.22 0.42
Hex 83 53 55 0 25 23 31 166 16 2A
Octal 203 123 125 0 45 43 61 546 26 52
Binary 10000011 1010011 1010101 0 100101 100011 110001 101100110 10110 101010

Color Harmonies of #835355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835355

Black with #835355

Text Example


Text Example

White with #835355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835355; }

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

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

background-color css

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

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

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

border-color css

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

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

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