#83525B

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

Shades of Cannon Pink #83525B

Tints of Cannon Pink #83525B

Color information

#83525B (or 0x83525B) is unknown color: approx Cannon Pink. HEX triplet: 83, 52 and 5B. RGB value is (131,82,91). Sum of RGB (Red+Green+Blue) = 131+82+91=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #83525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83525B is #7CADA4. Grayscale: #616161. Windows color (decimal): -8170917 or 5984899. OLE color: 5984899.

HSL color Cylindrical-coordinate representation of color #83525B: hue angle of 348.98º 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 #83525B is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1318291-
CMYK00.370.310.49
HSL348.98º23%41.76%-
HSV(B)348.98º37.4%51.37%-
XYZ14.2711.6211.39-
YUV97.68124.23151.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.09%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 91 (35.94% from 255) = 29.93%
R=43.09%
G=26.97%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131829100.370.310.49348.982341.76
Hex83525B0251F3115d172a
Octal20312213304537615352752
Binary100000111010010101101101001011111111000110101110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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