Html Css Color HEX #84474F Solid Pink

📋 copy color: '#84474F'

red 132 ◦ green 71 ◦ blue 79

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

Shades of Solid Pink #84474F

Tints of Solid Pink #84474F

RGB

 RED value IS 132 (51.95% from 255) = 46.81%

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

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

R = 46.81%
G = 25.18%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#84474F (or 0x84474F) is known color: Solid Pink. HEX triplet: 84, 47 and 4F. RGB value is (132,71,79). Sum of RGB (Red+Green+Blue) = 132+71+79=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #84474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84474F is #7BB8B0. Grayscale: #5A5A5A. Windows color (decimal): -8108209 or 5195652. OLE color: 5195652.

HSL color Cylindrical-coordinate representation of color #84474F: hue angle of 352.13º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84474F is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 71 79 -
CMYK 0 0.46 0.40 0.48
HSL 352.13º 0.3% 0.4% -
HSV(B) 352.13º 0.46% 0.52% -
XYZ 13.18 9.98 8.63 -
YUV 90.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 132 71 79 0 0.46 0.40 0.48 352.13 0.3 0.4
Hex 84 47 4F 0 2E 28 30 160 1E 28
Octal 204 107 117 0 56 50 60 540 36 50
Binary 10000100 1000111 1001111 0 101110 101000 110000 101100000 11110 101000

Color Harmonies of #84474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84474F

Black with #84474F

Text Example


Text Example

White with #84474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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