Html Css Color HEX #84585D Cannon Pink

📋 copy color: '#84585D'

red 132 ◦ green 88 ◦ blue 93

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

Shades of Cannon Pink #84585D

Tints of Cannon Pink #84585D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.71%

R = 42.17%
G = 28.12%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84585D (or 0x84585D) is known color: Cannon Pink. HEX triplet: 84, 58 and 5D. RGB value is (132,88,93). Sum of RGB (Red+Green+Blue) = 132+88+93=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #84585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84585D is #7BA7A2. Grayscale: #656565. Windows color (decimal): -8103843 or 6117508. OLE color: 6117508.

HSL color Cylindrical-coordinate representation of color #84585D: hue angle of 353.18º 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 #84585D is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 88 93 -
CMYK 0 0.33 0.30 0.48
HSL 353.18º 0.2% 0.43% -
HSV(B) 353.18º 0.33% 0.52% -
XYZ 14.98 12.68 12.01 -
YUV 101.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 132 88 93 0 0.33 0.30 0.48 353.18 0.2 0.43
Hex 84 58 5D 0 21 1E 30 161 14 2B
Octal 204 130 135 0 41 36 60 541 24 53
Binary 10000100 1011000 1011101 0 100001 11110 110000 101100001 10100 101011

Color Harmonies of #84585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84585D

Black with #84585D

Text Example


Text Example

White with #84585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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