#83565F

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

Shades of Cannon Pink #83565F

Tints of Cannon Pink #83565F

Color information

#83565F (or 0x83565F) is unknown color: approx Cannon Pink. HEX triplet: 83, 56 and 5F. RGB value is (131,86,95). Sum of RGB (Red+Green+Blue) = 131+86+95=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #83565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83565F is #7CA9A0. Grayscale: #646464. Windows color (decimal): -8169889 or 6248067. OLE color: 6248067.

HSL color Cylindrical-coordinate representation of color #83565F: hue angle of 348º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83565F is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1318695-
CMYK00.340.270.49
HSL348º20.74%42.55%-
HSV(B)348º34.35%51.37%-
XYZ14.7512.3112.42-
YUV100.48124.91149.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.99%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=41.99%
G=27.56%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131869500.340.270.4934820.7442.55
Hex83565F0221B3115c152b
Octal20312613704233615342553
Binary100000111010110101111101000101101111000110101110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83565F; }

 p { color: rgb(131,86,95); }

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

<style>
 a { background-color: #83565F; }

 a { background-color: rgb(131,86,95); }

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

<style>
 span { border-color: #83565F; }

 span { border-color: rgb(131,86,95); }

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