Html Css Color HEX #84525A Solid Pink

📋 copy color: '#84525A'

red 132 ◦ green 82 ◦ blue 90

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

Shades of Solid Pink #84525A

Tints of Solid Pink #84525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

 BLUE value IS 90 (35.55% from 255) = 29.61%

R = 43.42%
G = 26.97%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#84525A (or 0x84525A) is known color: Solid Pink. HEX triplet: 84, 52 and 5A. RGB value is (132,82,90). Sum of RGB (Red+Green+Blue) = 132+82+90=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #84525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84525A is #7BADA5. Grayscale: #616161. Windows color (decimal): -8105382 or 5919364. OLE color: 5919364.

HSL color Cylindrical-coordinate representation of color #84525A: hue angle of 350.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84525A is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 82 90 -
CMYK 0 0.38 0.32 0.48
HSL 350.4º 0.23% 0.42% -
HSV(B) 350.4º 0.38% 0.52% -
XYZ 14.38 11.68 11.17 -
YUV 97.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 132 82 90 0 0.38 0.32 0.48 350.4 0.23 0.42
Hex 84 52 5A 0 26 20 30 15E 17 2A
Octal 204 122 132 0 46 40 60 536 27 52
Binary 10000100 1010010 1011010 0 100110 100000 110000 101011110 10111 101010

Color Harmonies of #84525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84525A

Black with #84525A

Text Example


Text Example

White with #84525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,82,90); }

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

background-color css

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

 a { background-color: rgb(132,82,90); }

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

border-color css

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

 span { border-color: rgb(132,82,90); }

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