Html Css Color HEX #83555B Solid Pink

📋 copy color: '#83555B'

red 131 ◦ green 85 ◦ blue 91

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

Shades of Solid Pink #83555B

Tints of Solid Pink #83555B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 42.67%
G = 27.69%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83555B (or 0x83555B) is known color: Solid Pink. HEX triplet: 83, 55 and 5B. RGB value is (131,85,91). Sum of RGB (Red+Green+Blue) = 131+85+91=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83555B is #7CAAA4. Grayscale: #636363. Windows color (decimal): -8170149 or 5985667. OLE color: 5985667.

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

Color convert

RGB 131 85 91 -
CMYK 0 0.35 0.31 0.49
HSL 352.17º 0.21% 0.42% -
HSV(B) 352.17º 0.35% 0.51% -
XYZ 14.5 12.08 11.46 -
YUV 99.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 131 85 91 0 0.35 0.31 0.49 352.17 0.21 0.42
Hex 83 55 5B 0 23 1F 31 160 15 2A
Octal 203 125 133 0 43 37 61 540 25 52
Binary 10000011 1010101 1011011 0 100011 11111 110001 101100000 10101 101010

Color Harmonies of #83555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83555B

Black with #83555B

Text Example


Text Example

White with #83555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83555B; }

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

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

background-color css

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

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

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

border-color css

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

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

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