Html Css Color HEX #83474F Solid Pink

📋 copy color: '#83474F'

red 131 ◦ green 71 ◦ blue 79

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

Shades of Solid Pink #83474F

Tints of Solid Pink #83474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.11%

R = 46.62%
G = 25.27%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83474F (or 0x83474F) is known color: Solid Pink. HEX triplet: 83, 47 and 4F. RGB value is (131,71,79). Sum of RGB (Red+Green+Blue) = 131+71+79=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #83474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83474F is #7CB8B0. Grayscale: #595959. Windows color (decimal): -8173745 or 5195651. OLE color: 5195651.

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

Color convert

RGB 131 71 79 -
CMYK 0 0.46 0.40 0.49
HSL 352º 0.3% 0.4% -
HSV(B) 352º 0.46% 0.51% -
XYZ 13.02 9.9 8.62 -
YUV 89.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 131 71 79 0 0.46 0.40 0.49 352 0.3 0.4
Hex 83 47 4F 0 2E 28 31 160 1E 28
Octal 203 107 117 0 56 50 61 540 36 50
Binary 10000011 1000111 1001111 0 101110 101000 110001 101100000 11110 101000

Color Harmonies of #83474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83474F

Black with #83474F

Text Example


Text Example

White with #83474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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