#82535C

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

Shades of Cannon Pink #82535C

Tints of Cannon Pink #82535C

Color information

#82535C (or 0x82535C) is unknown color: approx Cannon Pink. HEX triplet: 82, 53 and 5C. RGB value is (130,83,92). Sum of RGB (Red+Green+Blue) = 130+83+92=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #82535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82535C is #7DACA3. Grayscale: #626262. Windows color (decimal): -8236196 or 6050690. OLE color: 6050690.

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

Color convert

RGB1308392-
CMYK00.360.290.49
HSL348.51º22.07%41.76%-
HSV(B)348.51º36.15%50.98%-
XYZ14.2311.7111.63-
YUV98.08124.57150.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.62%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=42.62%
G=27.21%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130839200.360.290.49348.5122.0741.76
Hex82535C0241D3115d162a
Octal20212313404435615352652
Binary100000101010011101110001001001110111000110101110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,83,92); }

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

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

 a { background-color: rgb(130,83,92); }

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

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

 span { border-color: rgb(130,83,92); }

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