Html Css Color HEX #84585B Solid Pink

📋 copy color: '#84585B'

red 132 ◦ green 88 ◦ blue 91

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

Shades of Solid Pink #84585B

Tints of Solid Pink #84585B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.3%

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 42.44%
G = 28.3%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#84585B (or 0x84585B) is known color: Solid Pink. HEX triplet: 84, 58 and 5B. RGB value is (132,88,91). Sum of RGB (Red+Green+Blue) = 132+88+91=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #84585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84585B is #7BA7A4. Grayscale: #656565. Windows color (decimal): -8103845 or 5986436. OLE color: 5986436.

HSL color Cylindrical-coordinate representation of color #84585B: hue angle of 355.91º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84585B is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 88 91 -
CMYK 0 0.33 0.31 0.48
HSL 355.91º 0.2% 0.43% -
HSV(B) 355.91º 0.33% 0.52% -
XYZ 14.89 12.64 11.55 -
YUV 101.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 132 88 91 0 0.33 0.31 0.48 355.91 0.2 0.43
Hex 84 58 5B 0 21 1F 30 164 14 2B
Octal 204 130 133 0 41 37 60 544 24 53
Binary 10000100 1011000 1011011 0 100001 11111 110000 101100100 10100 101011

Color Harmonies of #84585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84585B

Black with #84585B

Text Example


Text Example

White with #84585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84585B; }

 p { color: rgb(132,88,91); }

 H1.HeaderClassName
 {
   color: #84585B;
 }
 .AnyTagClassName
 {
   color: #84585B;
 }
</style>

background-color css

<style>
 a { background-color: #84585B; }

 a { background-color: rgb(132,88,91); }

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

border-color css

<style>
 span { border-color: #84585B; }

 span { border-color: rgb(132,88,91); }

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