Html Css Color HEX #84464E Solid Pink

📋 copy color: '#84464E'

red 132 ◦ green 70 ◦ blue 78

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

Shades of Solid Pink #84464E

Tints of Solid Pink #84464E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.86%

R = 47.14%
G = 25%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#84464E (or 0x84464E) is known color: Solid Pink. HEX triplet: 84, 46 and 4E. RGB value is (132,70,78). Sum of RGB (Red+Green+Blue) = 132+70+78=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #84464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84464E is #7BB9B1. Grayscale: #595959. Windows color (decimal): -8108466 or 5129860. OLE color: 5129860.

HSL color Cylindrical-coordinate representation of color #84464E: hue angle of 352.26º 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 #84464E is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 70 78 -
CMYK 0 0.47 0.41 0.48
HSL 352.26º 0.31% 0.4% -
HSV(B) 352.26º 0.47% 0.52% -
XYZ 13.08 9.84 8.42 -
YUV 89.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 132 70 78 0 0.47 0.41 0.48 352.26 0.31 0.4
Hex 84 46 4E 0 2F 29 30 160 1F 28
Octal 204 106 116 0 57 51 60 540 37 50
Binary 10000100 1000110 1001110 0 101111 101001 110000 101100000 11111 101000

Color Harmonies of #84464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84464E

Black with #84464E

Text Example


Text Example

White with #84464E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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