#84495B

Color #84495B Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #84495B

Tints of Cannon Pink #84495B

Color information

#84495B (or 0x84495B) is unknown color: approx Cannon Pink. HEX triplet: 84, 49 and 5B. RGB value is (132,73,91). Sum of RGB (Red+Green+Blue) = 132+73+91=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84495B is #7BB6A4. Grayscale: #5C5C5C. Windows color (decimal): -8107685 or 5982596. OLE color: 5982596.

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

Color convert

RGB1327391-
CMYK00.450.310.48
HSL341.69º28.78%40.2%-
HSV(B)341.69º44.7%51.76%-
XYZ13.7910.4311.18-
YUV92.69127.05156.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 73 (28.91% from 255) = 24.66%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=44.59%
G=24.66%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132739100.450.310.48341.6928.7840.2
Hex84495B02D1F301561d28
Octal20411113305537605263550
Binary100001001001001101101101011011111111000010101011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84495B;
 }
 .AnyTagClassName
 {
   color: #84495B;
 }
</style>
background-color css

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

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

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

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

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

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