#82515B

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

Shades of Cannon Pink #82515B

Tints of Cannon Pink #82515B

Color information

#82515B (or 0x82515B) is unknown color: approx Cannon Pink. HEX triplet: 82, 51 and 5B. RGB value is (130,81,91). Sum of RGB (Red+Green+Blue) = 130+81+91=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #82515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82515B is #7DAEA4. Grayscale: #606060. Windows color (decimal): -8236709 or 5984642. OLE color: 5984642.

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

Color convert

RGB1308191-
CMYK00.380.300.49
HSL347.76º23.22%41.37%-
HSV(B)347.76º37.69%50.98%-
XYZ14.0411.3911.36-
YUV96.79124.73151.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 91 (35.94% from 255) = 30.13%
R=43.05%
G=26.82%
B=30.13%

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
Decimal130819100.380.300.49347.7623.2241.37
Hex82515B0261E3115c1729
Octal20212113304636615342751
Binary100000101010001101101101001101111011000110101110010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,81,91); }

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

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

 a { background-color: rgb(130,81,91); }

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

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

 span { border-color: rgb(130,81,91); }

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