#83515C

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

Shades of Cannon Pink #83515C

Tints of Cannon Pink #83515C

Color information

#83515C (or 0x83515C) is unknown color: approx Cannon Pink. HEX triplet: 83, 51 and 5C. RGB value is (131,81,92). Sum of RGB (Red+Green+Blue) = 131+81+92=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #83515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83515C is #7CAEA3. Grayscale: #616161. Windows color (decimal): -8171172 or 6050179. OLE color: 6050179.

HSL color Cylindrical-coordinate representation of color #83515C: hue angle of 346.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83515C is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1318192-
CMYK00.380.300.49
HSL346.8º23.58%41.57%-
HSV(B)346.8º38.17%51.37%-
XYZ14.2311.4811.59-
YUV97.2125.06152.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.09%
GREEN value IS 81 (32.03% from 255) = 26.64%
BLUE value IS 92 (36.33% from 255) = 30.26%
R=43.09%
G=26.64%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131819200.380.300.49346.823.5841.57
Hex83515C0261E3115b182a
Octal20312113404636615333052
Binary100000111010001101110001001101111011000110101101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83515C; }

 p { color: rgb(131,81,92); }

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

<style>
 a { background-color: #83515C; }

 a { background-color: rgb(131,81,92); }

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

<style>
 span { border-color: #83515C; }

 span { border-color: rgb(131,81,92); }

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