Html Css Color HEX #84464A Solid Pink

📋 copy color: '#84464A'

red 132 ◦ green 70 ◦ blue 74

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

Shades of Solid Pink #84464A

Tints of Solid Pink #84464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 47.83%
G = 25.36%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#84464A (or 0x84464A) is known color: Solid Pink. HEX triplet: 84, 46 and 4A. RGB value is (132,70,74). Sum of RGB (Red+Green+Blue) = 132+70+74=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84464A is #7BB9B5. Grayscale: #595959. Windows color (decimal): -8108470 or 4867716. OLE color: 4867716.

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

Color convert

RGB 132 70 74 -
CMYK 0 0.47 0.44 0.48
HSL 356.13º 0.31% 0.4% -
HSV(B) 356.13º 0.47% 0.52% -
XYZ 12.94 9.78 7.68 -
YUV 88.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 132 70 74 0 0.47 0.44 0.48 356.13 0.31 0.4
Hex 84 46 4A 0 2F 2C 30 164 1F 28
Octal 204 106 112 0 57 54 60 544 37 50
Binary 10000100 1000110 1001010 0 101111 101100 110000 101100100 11111 101000

Color Harmonies of #84464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84464A

Black with #84464A

Text Example


Text Example

White with #84464A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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