#83525C

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

Shades of Cannon Pink #83525C

Tints of Cannon Pink #83525C

Color information

#83525C (or 0x83525C) is unknown color: approx Cannon Pink. HEX triplet: 83, 52 and 5C. RGB value is (131,82,92). Sum of RGB (Red+Green+Blue) = 131+82+92=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83525C is #7CADA3. Grayscale: #616161. Windows color (decimal): -8170916 or 6050435. OLE color: 6050435.

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

Color convert

RGB1318292-
CMYK00.370.300.49
HSL347.76º23%41.76%-
HSV(B)347.76º37.4%51.37%-
XYZ14.3111.6311.62-
YUV97.79124.73151.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.95%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=42.95%
G=26.89%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131829200.370.300.49347.762341.76
Hex83525C0251E3115c172a
Octal20312213404536615342752
Binary100000111010010101110001001011111011000110101110010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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