#82515D

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

Shades of Cannon Pink #82515D

Tints of Cannon Pink #82515D

Color information

#82515D (or 0x82515D) is unknown color: approx Cannon Pink. HEX triplet: 82, 51 and 5D. RGB value is (130,81,93). Sum of RGB (Red+Green+Blue) = 130+81+93=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #82515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82515D is #7DAEA2. Grayscale: #616161. Windows color (decimal): -8236707 or 6115714. OLE color: 6115714.

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

Color convert

RGB1308193-
CMYK00.380.280.49
HSL345.31º23.22%41.37%-
HSV(B)345.31º37.69%50.98%-
XYZ14.1211.4211.82-
YUV97.02125.73151.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 81 (32.03% from 255) = 26.64%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=42.76%
G=26.64%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130819300.380.280.49345.3123.2241.37
Hex82515D0261C311591729
Octal20212113504634615312751
Binary100000101010001101110101001101110011000110101100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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