Html Css Color HEX #835558 Solid Pink

📋 copy color: '#835558'

red 131 ◦ green 85 ◦ blue 88

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

Shades of Solid Pink #835558

Tints of Solid Pink #835558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.96%

 BLUE value IS 88 (34.77% from 255) = 28.95%

R = 43.09%
G = 27.96%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#835558 (or 0x835558) is known color: Solid Pink. HEX triplet: 83, 55 and 58. RGB value is (131,85,88). Sum of RGB (Red+Green+Blue) = 131+85+88=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #835558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835558 is #7CAAA7. Grayscale: #636363. Windows color (decimal): -8170152 or 5789059. OLE color: 5789059.

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

Color convert

RGB 131 85 88 -
CMYK 0 0.35 0.33 0.49
HSL 356.09º 0.21% 0.42% -
HSV(B) 356.09º 0.35% 0.51% -
XYZ 14.37 12.03 10.8 -
YUV 99.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 131 85 88 0 0.35 0.33 0.49 356.09 0.21 0.42
Hex 83 55 58 0 23 21 31 164 15 2A
Octal 203 125 130 0 43 41 61 544 25 52
Binary 10000011 1010101 1011000 0 100011 100001 110001 101100100 10101 101010

Color Harmonies of #835558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835558

Black with #835558

Text Example


Text Example

White with #835558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835558; }

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

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

background-color css

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

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

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

border-color css

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

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

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