#83515F

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

Shades of Cannon Pink #83515F

Tints of Cannon Pink #83515F

Color information

#83515F (or 0x83515F) is unknown color: approx Cannon Pink. HEX triplet: 83, 51 and 5F. RGB value is (131,81,95). Sum of RGB (Red+Green+Blue) = 131+81+95=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83515F is #7CAEA0. Grayscale: #616161. Windows color (decimal): -8171169 or 6246787. OLE color: 6246787.

HSL color Cylindrical-coordinate representation of color #83515F: hue angle of 343.2º 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 #83515F is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1318195-
CMYK00.380.270.49
HSL343.2º23.58%41.57%-
HSV(B)343.2º38.17%51.37%-
XYZ14.3711.5412.3-
YUV97.55126.56151.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.67%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=42.67%
G=26.38%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131819500.380.270.49343.223.5841.57
Hex83515F0261B31157182a
Octal20312113704633615273052
Binary100000111010001101111101001101101111000110101011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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