Html Css Color HEX #83474C Solid Pink

📋 copy color: '#83474C'

red 131 ◦ green 71 ◦ blue 76

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

Shades of Solid Pink #83474C

Tints of Solid Pink #83474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.34%

R = 47.12%
G = 25.54%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#83474C (or 0x83474C) is known color: Solid Pink. HEX triplet: 83, 47 and 4C. RGB value is (131,71,76). Sum of RGB (Red+Green+Blue) = 131+71+76=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #83474C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83474C is #7CB8B3. Grayscale: #595959. Windows color (decimal): -8173748 or 4999043. OLE color: 4999043.

HSL color Cylindrical-coordinate representation of color #83474C: hue angle of 355º 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 #83474C is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 71 76 -
CMYK 0 0.46 0.42 0.49
HSL 355º 0.3% 0.4% -
HSV(B) 355º 0.46% 0.51% -
XYZ 12.92 9.85 8.06 -
YUV 89.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 131 71 76 0 0.46 0.42 0.49 355 0.3 0.4
Hex 83 47 4C 0 2E 2A 31 163 1E 28
Octal 203 107 114 0 56 52 61 543 36 50
Binary 10000011 1000111 1001100 0 101110 101010 110001 101100011 11110 101000

Color Harmonies of #83474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83474C

Black with #83474C

Text Example


Text Example

White with #83474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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