#83545B

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

Shades of Cannon Pink #83545B

Tints of Cannon Pink #83545B

Color information

#83545B (or 0x83545B) is unknown color: approx Cannon Pink. HEX triplet: 83, 54 and 5B. RGB value is (131,84,91). Sum of RGB (Red+Green+Blue) = 131+84+91=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #83545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83545B is #7CABA4. Grayscale: #626262. Windows color (decimal): -8170405 or 5985411. OLE color: 5985411.

HSL color Cylindrical-coordinate representation of color #83545B: hue angle of 351.06º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83545B is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1318491-
CMYK00.360.310.49
HSL351.06º21.86%42.16%-
HSV(B)351.06º35.88%51.37%-
XYZ14.4211.9211.44-
YUV98.85123.57150.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.81%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=42.81%
G=27.45%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131849100.360.310.49351.0621.8642.16
Hex83545B0241F3115f162a
Octal20312413304437615372652
Binary100000111010100101101101001001111111000110101111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,84,91); }

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

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

 a { background-color: rgb(131,84,91); }

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

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

 span { border-color: rgb(131,84,91); }

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