#83505B

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

Shades of Cannon Pink #83505B

Tints of Cannon Pink #83505B

Color information

#83505B (or 0x83505B) is unknown color: approx Cannon Pink. HEX triplet: 83, 50 and 5B. RGB value is (131,80,91). Sum of RGB (Red+Green+Blue) = 131+80+91=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #83505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83505B is #7CAFA4. Grayscale: #606060. Windows color (decimal): -8171429 or 5984387. OLE color: 5984387.

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

Color convert

RGB1318091-
CMYK00.390.310.49
HSL347.06º24.17%41.37%-
HSV(B)347.06º38.93%51.37%-
XYZ14.1211.3211.34-
YUV96.5124.9152.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.38%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 91 (35.94% from 255) = 30.13%
R=43.38%
G=26.49%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131809100.390.310.49347.0624.1741.37
Hex83505B0271F3115b1829
Octal20312013304737615333051
Binary100000111010000101101101001111111111000110101101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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