Html Css Color HEX #84464D Solid Pink

📋 copy color: '#84464D'

red 132 ◦ green 70 ◦ blue 77

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

Shades of Solid Pink #84464D

Tints of Solid Pink #84464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.09%

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

R = 47.31%
G = 25.09%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84464D (or 0x84464D) is known color: Solid Pink. HEX triplet: 84, 46 and 4D. RGB value is (132,70,77). Sum of RGB (Red+Green+Blue) = 132+70+77=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84464D is #7BB9B2. Grayscale: #595959. Windows color (decimal): -8108467 or 5064324. OLE color: 5064324.

HSL color Cylindrical-coordinate representation of color #84464D: hue angle of 353.23º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84464D is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 70 77 -
CMYK 0 0.47 0.42 0.48
HSL 353.23º 0.31% 0.4% -
HSV(B) 353.23º 0.47% 0.52% -
XYZ 13.05 9.82 8.23 -
YUV 89.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 132 70 77 0 0.47 0.42 0.48 353.23 0.31 0.4
Hex 84 46 4D 0 2F 2A 30 161 1F 28
Octal 204 106 115 0 57 52 60 541 37 50
Binary 10000100 1000110 1001101 0 101111 101010 110000 101100001 11111 101000

Color Harmonies of #84464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84464D

Black with #84464D

Text Example


Text Example

White with #84464D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,70,77); }

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

background-color css

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

 a { background-color: rgb(132,70,77); }

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

border-color css

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

 span { border-color: rgb(132,70,77); }

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