Html Css Color HEX #83474D Solid Pink

📋 copy color: '#83474D'

red 131 ◦ green 71 ◦ blue 77

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

Shades of Solid Pink #83474D

Tints of Solid Pink #83474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.45%

 BLUE value IS 77 (30.47% from 255) = 27.6%

R = 46.95%
G = 25.45%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#83474D (or 0x83474D) is known color: Solid Pink. HEX triplet: 83, 47 and 4D. RGB value is (131,71,77). Sum of RGB (Red+Green+Blue) = 131+71+77=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83474D is #7CB8B2. Grayscale: #595959. Windows color (decimal): -8173747 or 5064579. OLE color: 5064579.

HSL color Cylindrical-coordinate representation of color #83474D: hue angle of 354º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83474D is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 71 77 -
CMYK 0 0.46 0.41 0.49
HSL 354º 0.3% 0.4% -
HSV(B) 354º 0.46% 0.51% -
XYZ 12.95 9.87 8.24 -
YUV 89.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 131 71 77 0 0.46 0.41 0.49 354 0.3 0.4
Hex 83 47 4D 0 2E 29 31 162 1E 28
Octal 203 107 115 0 56 51 61 542 36 50
Binary 10000011 1000111 1001101 0 101110 101001 110001 101100010 11110 101000

Color Harmonies of #83474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83474D

Black with #83474D

Text Example


Text Example

White with #83474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83474D; }

 p { color: rgb(131,71,77); }

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

background-color css

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

 a { background-color: rgb(131,71,77); }

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

border-color css

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

 span { border-color: rgb(131,71,77); }

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