Html Css Color HEX #83535A Solid Pink

📋 copy color: '#83535A'

red 131 ◦ green 83 ◦ blue 90

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

Shades of Solid Pink #83535A

Tints of Solid Pink #83535A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.61%

R = 43.09%
G = 27.3%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83535A (or 0x83535A) is known color: Solid Pink. HEX triplet: 83, 53 and 5A. RGB value is (131,83,90). Sum of RGB (Red+Green+Blue) = 131+83+90=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #83535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83535A is #7CACA5. Grayscale: #626262. Windows color (decimal): -8170662 or 5919619. OLE color: 5919619.

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

Color convert

RGB 131 83 90 -
CMYK 0 0.37 0.31 0.49
HSL 351.25º 0.22% 0.42% -
HSV(B) 351.25º 0.37% 0.51% -
XYZ 14.3 11.75 11.19 -
YUV 98.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 131 83 90 0 0.37 0.31 0.49 351.25 0.22 0.42
Hex 83 53 5A 0 25 1F 31 15F 16 2A
Octal 203 123 132 0 45 37 61 537 26 52
Binary 10000011 1010011 1011010 0 100101 11111 110001 101011111 10110 101010

Color Harmonies of #83535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83535A

Black with #83535A

Text Example


Text Example

White with #83535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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